#A637C6

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

Shades of Dark Orchid #A637C6

Tints of Dark Orchid #A637C6

Color information

#A637C6 (or 0xA637C6) is unknown color: approx Dark Orchid. HEX triplet: A6, 37 and C6. RGB value is (166,55,198). Sum of RGB (Red+Green+Blue) = 166+55+198=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #A637C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A637C6 is #59C839. Grayscale: #686868. Windows color (decimal): -5883962 or 12990374. OLE color: 12990374.

HSL color Cylindrical-coordinate representation of color #A637C6: hue angle of 286.57º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A637C6 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16655198-
CMYK0.160.7200.22
HSL286.57º56.52%49.61%-
HSV(B)286.57º72.22%77.65%-
XYZ27.2914.9254.87-
YUV104.49180.77171.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 55 (21.88% from 255) = 13.13%
BLUE value IS 198 (77.73% from 255) = 47.26%
R=39.62%
G=13.13%
B=47.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166551980.160.7200.22286.5756.5249.61
HexA637C6104801611f3932
Octal24667306201100264377162
Binary1010011011011111000110100001001000010110100011111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A637C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A637C6; }

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

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

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

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

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

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

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

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