#A036E1

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

Shades of Dark Orchid #A036E1

Tints of Dark Orchid #A036E1

Color information

#A036E1 (or 0xA036E1) is unknown color: approx Dark Orchid. HEX triplet: A0, 36 and E1. RGB value is (160,54,225). Sum of RGB (Red+Green+Blue) = 160+54+225=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #A036E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036E1 is #5FC91E. Grayscale: #686868. Windows color (decimal): -6277407 or 14759584. OLE color: 14759584.

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

Color convert

RGB16054225-
CMYK0.290.7600.12
HSL277.19º74.03%54.71%-
HSV(B)277.19º76%88.24%-
XYZ29.4115.5572.69-
YUV105.19195.62167.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 54 (21.48% from 255) = 12.30%
BLUE value IS 225 (88.28% from 255) = 51.25%
R=36.45%
G=12.30%
B=51.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal160542250.290.7600.12277.1974.0354.71
HexA036E11D4C0C1154a37
Octal240663413511401442511267
Binary1010000011011011100001111011001100011001000101011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A036E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A036E1; }

 p { color: rgb(160,54,225); }

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

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

 a { background-color: rgb(160,54,225); }

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

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

 span { border-color: rgb(160,54,225); }

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