#A229B8

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

Shades of Dark Orchid #A229B8

Tints of Dark Orchid #A229B8

Color information

#A229B8 (or 0xA229B8) is unknown color: approx Dark Orchid. HEX triplet: A2, 29 and B8. RGB value is (162,41,184). Sum of RGB (Red+Green+Blue) = 162+41+184=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #A229B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A229B8 is #5DD647. Grayscale: #5D5D5D. Windows color (decimal): -6149704 or 12069282. OLE color: 12069282.

HSL color Cylindrical-coordinate representation of color #A229B8: hue angle of 290.77º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A229B8 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16241184-
CMYK0.120.7800.28
HSL290.77º63.56%44.12%-
HSV(B)290.77º77.72%72.16%-
XYZ24.3412.7346.52-
YUV93.48179.09176.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 41 (16.41% from 255) = 10.59%
BLUE value IS 184 (72.27% from 255) = 47.55%
R=41.86%
G=10.59%
B=47.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal162411840.120.7800.28290.7763.5644.12
HexA229B8C4E01C123402c
Octal242512701411603444310054
Binary1010001010100110111000110010011100111001001000111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A229B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A229B8; }

 p { color: rgb(162,41,184); }

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

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

 a { background-color: rgb(162,41,184); }

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

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

 span { border-color: rgb(162,41,184); }

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