#A036AD

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

Shades of Dark Orchid #A036AD

Tints of Dark Orchid #A036AD

Color information

#A036AD (or 0xA036AD) is unknown color: approx Dark Orchid. HEX triplet: A0, 36 and AD. RGB value is (160,54,173). Sum of RGB (Red+Green+Blue) = 160+54+173=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #A036AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A036AD is #5FC952. Grayscale: #626262. Windows color (decimal): -6277459 or 11351712. OLE color: 11351712.

HSL color Cylindrical-coordinate representation of color #A036AD: hue angle of 293.45º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A036AD is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16054173-
CMYK0.080.6900.32
HSL293.45º52.42%44.51%-
HSV(B)293.45º68.79%67.84%-
XYZ23.3613.1340.84-
YUV99.26169.62171.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 54 (21.48% from 255) = 13.95%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=41.34%
G=13.95%
B=44.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160541730.080.6900.32293.4552.4244.51
HexA036AD845020125342d
Octal24066255101050404456455
Binary1010000011011010101101100010001010100000100100101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A036AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A036AD; }

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

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

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

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

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

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

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

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