#A231A9

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

Shades of Dark Orchid #A231A9

Tints of Dark Orchid #A231A9

Color information

#A231A9 (or 0xA231A9) is unknown color: approx Dark Orchid. HEX triplet: A2, 31 and A9. RGB value is (162,49,169). Sum of RGB (Red+Green+Blue) = 162+49+169=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 169 - color contains mainly: blue. Hex color #A231A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A231A9 is #5DCE56. Grayscale: #606060. Windows color (decimal): -6147671 or 11088290. OLE color: 11088290.

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

Color convert

RGB16249169-
CMYK0.040.7100.34
HSL296.5º55.05%42.75%-
HSV(B)296.5º71.01%66.27%-
XYZ23.1612.7438.78-
YUV96.47168.94174.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 49 (19.53% from 255) = 12.89%
BLUE value IS 169 (66.41% from 255) = 44.47%
R=42.63%
G=12.89%
B=44.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal162491690.040.7100.34296.555.0542.75
HexA231A9447022128372b
Octal2426125141070424506753
Binary101000101100011010100110010001110100010100101000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A231A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A231A9; }

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

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

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

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

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

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

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

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