#A237E0

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

Shades of Dark Orchid #A237E0

Tints of Dark Orchid #A237E0

Color information

#A237E0 (or 0xA237E0) is unknown color: approx Dark Orchid. HEX triplet: A2, 37 and E0. RGB value is (162,55,224). Sum of RGB (Red+Green+Blue) = 162+55+224=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #A237E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237E0 is #5DC81F. Grayscale: #696969. Windows color (decimal): -6146080 or 14694306. OLE color: 14694306.

HSL color Cylindrical-coordinate representation of color #A237E0: hue angle of 277.99º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A237E0 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16255224-
CMYK0.280.7500.12
HSL277.99º73.16%54.71%-
HSV(B)277.99º75.45%87.84%-
XYZ29.7215.872-
YUV106.26194.45167.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 55 (21.88% from 255) = 12.47%
BLUE value IS 224 (87.89% from 255) = 50.79%
R=36.73%
G=12.47%
B=50.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal162552240.280.7500.12277.9973.1654.71
HexA237E01C4B0C1164937
Octal242673403411301442611167
Binary1010001011011111100000111001001011011001000101101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A237E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A237E0; }

 p { color: rgb(162,55,224); }

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

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

 a { background-color: rgb(162,55,224); }

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

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

 span { border-color: rgb(162,55,224); }

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