#A239D3

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

Shades of Dark Orchid #A239D3

Tints of Dark Orchid #A239D3

Color information

#A239D3 (or 0xA239D3) is unknown color: approx Dark Orchid. HEX triplet: A2, 39 and D3. RGB value is (162,57,211). Sum of RGB (Red+Green+Blue) = 162+57+211=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 211 (82.81% from 255 or 49.07% from 430); Max value from RGB is 211 - color contains mainly: blue. Hex color #A239D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239D3 is #5DC62C. Grayscale: #696969. Windows color (decimal): -6145581 or 13842850. OLE color: 13842850.

HSL color Cylindrical-coordinate representation of color #A239D3: hue angle of 280.91º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A239D3 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16257211-
CMYK0.230.7300.17
HSL280.91º63.64%52.55%-
HSV(B)280.91º72.99%82.75%-
XYZ28.1215.3163.1-
YUV105.95187.29167.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 57 (22.66% from 255) = 13.26%
BLUE value IS 211 (82.81% from 255) = 49.07%
R=37.67%
G=13.26%
B=49.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162572110.230.7300.17280.9163.6452.55
HexA239D317490111194035
Octal242713232711102143110065
Binary10100010111001110100111011110010010100011000110011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A239D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A239D3; }

 p { color: rgb(162,57,211); }

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

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

 a { background-color: rgb(162,57,211); }

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

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

 span { border-color: rgb(162,57,211); }

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