#A037AC

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

Shades of Dark Orchid #A037AC

Tints of Dark Orchid #A037AC

Color information

#A037AC (or 0xA037AC) is unknown color: approx Dark Orchid. HEX triplet: A0, 37 and AC. RGB value is (160,55,172). Sum of RGB (Red+Green+Blue) = 160+55+172=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #A037AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A037AC is #5FC853. Grayscale: #636363. Windows color (decimal): -6277204 or 11286432. OLE color: 11286432.

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

Color convert

RGB16055172-
CMYK0.070.6800.33
HSL293.85º51.54%44.51%-
HSV(B)293.85º68.02%67.45%-
XYZ23.3113.1840.35-
YUV99.73168.79170.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 55 (21.88% from 255) = 14.21%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=41.34%
G=14.21%
B=44.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160551720.070.6800.33293.8551.5444.51
HexA037AC744021126342d
Octal2406725471040414466455
Binary101000001101111010110011110001000100001100100110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A037AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A037AC; }

 p { color: rgb(160,55,172); }

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

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

 a { background-color: rgb(160,55,172); }

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

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

 span { border-color: rgb(160,55,172); }

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