#A239CA

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

Shades of Dark Orchid #A239CA

Tints of Dark Orchid #A239CA

Color information

#A239CA (or 0xA239CA) is unknown color: approx Dark Orchid. HEX triplet: A2, 39 and CA. RGB value is (162,57,202). Sum of RGB (Red+Green+Blue) = 162+57+202=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #A239CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239CA is #5DC635. Grayscale: #686868. Windows color (decimal): -6145590 or 13253026. OLE color: 13253026.

HSL color Cylindrical-coordinate representation of color #A239CA: hue angle of 283.45º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A239CA is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16257202-
CMYK0.200.7200.21
HSL283.45º57.77%50.78%-
HSV(B)283.45º71.78%79.22%-
XYZ27.0214.8757.32-
YUV104.92182.79168.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 57 (22.66% from 255) = 13.54%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=38.48%
G=13.54%
B=47.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162572020.200.7200.21283.4557.7750.78
HexA239CA144801511b3a33
Octal24271312241100254337263
Binary1010001011100111001010101001001000010101100011011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A239CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A239CA; }

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

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

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

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

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

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

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

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