#A226B5

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

Shades of Dark Orchid #A226B5

Tints of Dark Orchid #A226B5

Color information

#A226B5 (or 0xA226B5) is unknown color: approx Dark Orchid. HEX triplet: A2, 26 and B5. RGB value is (162,38,181). Sum of RGB (Red+Green+Blue) = 162+38+181=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 181 - color contains mainly: blue. Hex color #A226B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A226B5 is #5DD94A. Grayscale: #5A5A5A. Windows color (decimal): -6150475 or 11871906. OLE color: 11871906.

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

Color convert

RGB16238181-
CMYK0.100.7900.29
HSL292.03º65.3%42.94%-
HSV(B)292.03º79.01%70.98%-
XYZ23.9312.444.85-
YUV91.38178.58178.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 38 (15.23% from 255) = 9.97%
BLUE value IS 181 (71.09% from 255) = 47.51%
R=42.52%
G=9.97%
B=47.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162381810.100.7900.29292.0365.342.94
HexA226B5A4F01D124412b
Octal242462651211703544410153
Binary1010001010011010110101101010011110111011001001001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A226B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A226B5; }

 p { color: rgb(162,38,181); }

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

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

 a { background-color: rgb(162,38,181); }

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

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

 span { border-color: rgb(162,38,181); }

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