#A226AB

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

Shades of Dark Orchid #A226AB

Tints of Dark Orchid #A226AB

Color information

#A226AB (or 0xA226AB) is unknown color: approx Dark Orchid. HEX triplet: A2, 26 and AB. RGB value is (162,38,171). Sum of RGB (Red+Green+Blue) = 162+38+171=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #A226AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A226AB is #5DD954. Grayscale: #595959. Windows color (decimal): -6150485 or 11216546. OLE color: 11216546.

HSL color Cylindrical-coordinate representation of color #A226AB: hue angle of 295.94º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A226AB is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16238171-
CMYK0.050.7800.33
HSL295.94º63.64%40.98%-
HSV(B)295.94º77.78%67.06%-
XYZ22.9412.0139.64-
YUV90.24173.58179.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 38 (15.23% from 255) = 10.24%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=43.67%
G=10.24%
B=46.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162381710.050.7800.33295.9463.6440.98
HexA226AB54E0211284029
Octal24246253511604145010051
Binary1010001010011010101011101100111001000011001010001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A226AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A226AB; }

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

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

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

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

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

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

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

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