#A128B5

Color #A128B5 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A128B5

Tints of Dark Orchid #A128B5

Color information

#A128B5 (or 0xA128B5) is unknown color: approx Dark Orchid. HEX triplet: A1, 28 and B5. RGB value is (161,40,181). Sum of RGB (Red+Green+Blue) = 161+40+181=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 181 (71.09% from 255 or 47.38% from 382); Max value from RGB is 181 - color contains mainly: blue. Hex color #A128B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128B5 is #5ED74A. Grayscale: #5B5B5B. Windows color (decimal): -6215499 or 11872417. OLE color: 11872417.

HSL color Cylindrical-coordinate representation of color #A128B5: hue angle of 291.49º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A128B5 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16140181-
CMYK0.110.7800.29
HSL291.49º63.8%43.33%-
HSV(B)291.49º77.9%70.98%-
XYZ23.812.4344.86-
YUV92.25178.09177.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 40 (16.02% from 255) = 10.47%
BLUE value IS 181 (71.09% from 255) = 47.38%
R=42.15%
G=10.47%
B=47.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161401810.110.7800.29291.4963.843.33
HexA128B5B4E01D123402b
Octal241502651311603544310053
Binary1010000110100010110101101110011100111011001000111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A128B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A128B5; }

 p { color: rgb(161,40,181); }

 H1.HeaderClassName
 {
   color: #A128B5;
 }
 .AnyTagClassName
 {
   color: #A128B5;
 }
</style>
background-color css

<style>
 a { background-color: #A128B5; }

 a { background-color: rgb(161,40,181); }

 div.DivClassName
 {
   background-color: #A128B5;
 }
 .BgClassName
 {
   background-color: #A128B5;
 }
</style>
border-color css

<style>
 span { border-color: #A128B5; }

 span { border-color: rgb(161,40,181); }

 td.TdClassName
 {
   border-color: #A128B5;
 }
 .TagClassName
 {
   border-color: #A128B5;
 }
</style>