#A036B2

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

Shades of Dark Orchid #A036B2

Tints of Dark Orchid #A036B2

Color information

#A036B2 (or 0xA036B2) is unknown color: approx Dark Orchid. HEX triplet: A0, 36 and B2. RGB value is (160,54,178). Sum of RGB (Red+Green+Blue) = 160+54+178=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 178 - color contains mainly: blue. Hex color #A036B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A036B2 is #5FC94D. Grayscale: #636363. Windows color (decimal): -6277454 or 11679392. OLE color: 11679392.

HSL color Cylindrical-coordinate representation of color #A036B2: hue angle of 291.29º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A036B2 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16054178-
CMYK0.100.7000.30
HSL291.29º53.45%45.49%-
HSV(B)291.29º69.66%69.8%-
XYZ23.8513.3343.43-
YUV99.83172.12170.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 54 (21.48% from 255) = 13.78%
BLUE value IS 178 (69.92% from 255) = 45.41%
R=40.82%
G=13.78%
B=45.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160541780.100.7000.30291.2953.4545.49
HexA036B2A4601E123352d
Octal24066262121060364436555
Binary101000001101101011001010101000110011110100100011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A036B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A036B2; }

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

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

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

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

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

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

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

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