#A637CC

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

Shades of Dark Orchid #A637CC

Tints of Dark Orchid #A637CC

Color information

#A637CC (or 0xA637CC) is unknown color: approx Dark Orchid. HEX triplet: A6, 37 and CC. RGB value is (166,55,204). Sum of RGB (Red+Green+Blue) = 166+55+204=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #A637CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A637CC is #59C833. Grayscale: #686868. Windows color (decimal): -5883956 or 13383590. OLE color: 13383590.

HSL color Cylindrical-coordinate representation of color #A637CC: hue angle of 284.7º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A637CC is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16655204-
CMYK0.190.7300.2
HSL284.7º59.36%50.78%-
HSV(B)284.7º73.04%80%-
XYZ27.9915.258.59-
YUV105.18183.77171.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 55 (21.88% from 255) = 12.94%
BLUE value IS 204 (80.08% from 255) = 48%
R=39.06%
G=12.94%
B=48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal166552040.190.7300.2284.759.3650.78
HexA637CC134901411d3b33
Octal24667314231110244357363
Binary1010011011011111001100100111001001010100100011101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A637CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A637CC; }

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

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

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

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

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

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

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

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