#A239BF

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

Shades of Dark Orchid #A239BF

Tints of Dark Orchid #A239BF

Color information

#A239BF (or 0xA239BF) is unknown color: approx Dark Orchid. HEX triplet: A2, 39 and BF. RGB value is (162,57,191). Sum of RGB (Red+Green+Blue) = 162+57+191=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #A239BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239BF is #5DC640. Grayscale: #676767. Windows color (decimal): -6145601 or 12532130. OLE color: 12532130.

HSL color Cylindrical-coordinate representation of color #A239BF: hue angle of 287.01º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A239BF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16257191-
CMYK0.150.7000.25
HSL287.01º54.03%48.63%-
HSV(B)287.01º70.16%74.9%-
XYZ25.7714.3750.71-
YUV103.67177.29169.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 57 (22.66% from 255) = 13.90%
BLUE value IS 191 (75% from 255) = 46.59%
R=39.51%
G=13.90%
B=46.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162571910.150.7000.25287.0154.0348.63
HexA239BFF4601911f3631
Octal24271277171060314376661
Binary101000101110011011111111111000110011001100011111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A239BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A239BF; }

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

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

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

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

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

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

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

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