#A226A9

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

Shades of Dark Orchid #A226A9

Tints of Dark Orchid #A226A9

Color information

#A226A9 (or 0xA226A9) is unknown color: approx Dark Orchid. HEX triplet: A2, 26 and A9. RGB value is (162,38,169). Sum of RGB (Red+Green+Blue) = 162+38+169=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 169 (66.41% from 255 or 45.80% from 369); Max value from RGB is 169 - color contains mainly: blue. Hex color #A226A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A226A9 is #5DD956. Grayscale: #595959. Windows color (decimal): -6150487 or 11085474. OLE color: 11085474.

HSL color Cylindrical-coordinate representation of color #A226A9: hue angle of 296.79º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A226A9 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16238169-
CMYK0.040.7800.34
HSL296.79º63.29%40.59%-
HSV(B)296.79º77.51%66.27%-
XYZ22.7511.9338.64-
YUV90.01172.58179.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 38 (15.23% from 255) = 10.30%
BLUE value IS 169 (66.41% from 255) = 45.80%
R=43.90%
G=10.30%
B=45.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal162381690.040.7800.34296.7963.2940.59
HexA226A944E0221293f29
Octal2424625141160424517751
Binary101000101001101010100110010011100100010100101001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A226A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A226A9; }

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

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

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

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

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

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

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

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