#A01CC6

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

Shades of Dark Orchid #A01CC6

Tints of Dark Orchid #A01CC6

Color information

#A01CC6 (or 0xA01CC6) is unknown color: approx Dark Orchid. HEX triplet: A0, 1C and C6. RGB value is (160,28,198). Sum of RGB (Red+Green+Blue) = 160+28+198=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #A01CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CC6 is #5FE339. Grayscale: #565656. Windows color (decimal): -6284090 or 12983456. OLE color: 12983456.

HSL color Cylindrical-coordinate representation of color #A01CC6: hue angle of 286.59º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01CC6 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16028198-
CMYK0.190.8600.22
HSL286.59º75.22%44.31%-
HSV(B)286.59º85.86%77.65%-
XYZ25.1112.3854.49-
YUV86.85190.73180.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.45%
GREEN value IS 28 (11.33% from 255) = 7.25%
BLUE value IS 198 (77.73% from 255) = 51.30%
R=41.45%
G=7.25%
B=51.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160281980.190.8600.22286.5975.2244.31
HexA01CC6135601611f4b2c
Octal240343062312602643711354
Binary1010000011100110001101001110101100101101000111111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01CC6; }

 p { color: rgb(160,28,198); }

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

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

 a { background-color: rgb(160,28,198); }

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

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

 span { border-color: rgb(160,28,198); }

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