#A239BA

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

Shades of Dark Orchid #A239BA

Tints of Dark Orchid #A239BA

Color information

#A239BA (or 0xA239BA) is unknown color: approx Dark Orchid. HEX triplet: A2, 39 and BA. RGB value is (162,57,186). Sum of RGB (Red+Green+Blue) = 162+57+186=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #A239BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239BA is #5DC645. Grayscale: #666666. Windows color (decimal): -6145606 or 12204450. OLE color: 12204450.

HSL color Cylindrical-coordinate representation of color #A239BA: hue angle of 288.84º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A239BA is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16257186-
CMYK0.130.6900.27
HSL288.84º53.09%47.65%-
HSV(B)288.84º69.35%72.94%-
XYZ25.2314.1547.86-
YUV103.1174.79170.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 14.07%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=40%
G=14.07%
B=45.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162571860.130.6900.27288.8453.0947.65
HexA239BAD4501B1213530
Octal24271272151050334416560
Binary101000101110011011101011011000101011011100100001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A239BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A239BA; }

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

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

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

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

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

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

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

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