#A637AC

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

Shades of Dark Orchid #A637AC

Tints of Dark Orchid #A637AC

Color information

#A637AC (or 0xA637AC) is unknown color: approx Dark Orchid. HEX triplet: A6, 37 and AC. RGB value is (166,55,172). Sum of RGB (Red+Green+Blue) = 166+55+172=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #A637AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A637AC is #59C853. Grayscale: #656565. Windows color (decimal): -5883988 or 11286438. OLE color: 11286438.

HSL color Cylindrical-coordinate representation of color #A637AC: hue angle of 296.92º 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 #A637AC is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16655172-
CMYK0.030.6800.33
HSL296.92º51.54%44.51%-
HSV(B)296.92º68.02%67.45%-
XYZ24.5413.8240.4-
YUV101.53167.77173.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 55 (21.88% from 255) = 13.99%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=42.24%
G=13.99%
B=43.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166551720.030.6800.33296.9251.5444.51
HexA637AC344021129342d
Octal2466725431040414516455
Binary10100110110111101011001110001000100001100101001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A637AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A637AC; }

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

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

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

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

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

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

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

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