#A239D1

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

Shades of Dark Orchid #A239D1

Tints of Dark Orchid #A239D1

Color information

#A239D1 (or 0xA239D1) is unknown color: approx Dark Orchid. HEX triplet: A2, 39 and D1. RGB value is (162,57,209). Sum of RGB (Red+Green+Blue) = 162+57+209=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 209 (82.03% from 255 or 48.83% from 428); Max value from RGB is 209 - color contains mainly: blue. Hex color #A239D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239D1 is #5DC62E. Grayscale: #696969. Windows color (decimal): -6145583 or 13711778. OLE color: 13711778.

HSL color Cylindrical-coordinate representation of color #A239D1: hue angle of 281.45º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A239D1 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16257209-
CMYK0.220.7300.18
HSL281.45º62.3%52.16%-
HSV(B)281.45º72.73%81.96%-
XYZ27.8715.2161.79-
YUV105.72186.29168.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 57 (22.66% from 255) = 13.32%
BLUE value IS 209 (82.03% from 255) = 48.83%
R=37.85%
G=13.32%
B=48.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162572090.220.7300.18281.4562.352.16
HexA239D116490121193e34
Octal24271321261110224317664
Binary1010001011100111010001101101001001010010100011001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A239D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A239D1; }

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

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

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

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

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

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

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

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