#A036AE

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

Shades of Dark Orchid #A036AE

Tints of Dark Orchid #A036AE

Color information

#A036AE (or 0xA036AE) is unknown color: approx Dark Orchid. HEX triplet: A0, 36 and AE. RGB value is (160,54,174). Sum of RGB (Red+Green+Blue) = 160+54+174=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #A036AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A036AE is #5FC951. Grayscale: #636363. Windows color (decimal): -6277458 or 11417248. OLE color: 11417248.

HSL color Cylindrical-coordinate representation of color #A036AE: hue angle of 293º degrees, saturation: 0.53, 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 #A036AE is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16054174-
CMYK0.080.6900.32
HSL293º52.63%44.71%-
HSV(B)293º68.97%68.24%-
XYZ23.4613.1741.35-
YUV99.37170.12171.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 54 (21.48% from 255) = 13.92%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=41.24%
G=13.92%
B=44.85%

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
Decimal160541740.080.6900.3229352.6344.71
HexA036AE845020125352d
Octal24066256101050404456555
Binary1010000011011010101110100010001010100000100100101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A036AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A036AE; }

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

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

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

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

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

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

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

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