#A60CB4

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

Shades of Dark Violet #A60CB4

Tints of Dark Violet #A60CB4

Color information

#A60CB4 (or 0xA60CB4) is unknown color: approx Dark Violet. HEX triplet: A6, 0C and B4. RGB value is (166,12,180). Sum of RGB (Red+Green+Blue) = 166+12+180=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #A60CB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CB4 is #59F34B. Grayscale: #4C4C4C. Windows color (decimal): -5894988 or 11799718. OLE color: 11799718.

HSL color Cylindrical-coordinate representation of color #A60CB4: hue angle of 295º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60CB4 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16612180-
CMYK0.080.9300.29
HSL295º87.5%37.65%-
HSV(B)295º93.33%70.59%-
XYZ24.111.6744.16-
YUV77.2186.02191.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 12 (5.08% from 255) = 3.35%
BLUE value IS 180 (70.70% from 255) = 50.28%
R=46.37%
G=3.35%
B=50.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166121800.080.9300.2929587.537.65
HexA6CB485D01D1275826
Octal246142641013503544713046
Binary10100110110010110100100010111010111011001001111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60CB4; }

 p { color: rgb(166,12,180); }

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

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

 a { background-color: rgb(166,12,180); }

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

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

 span { border-color: rgb(166,12,180); }

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