Html Css Color HEX #A60CB0 Dark Violet

📋 copy color: '#A60CB0'

red 166 ◦ green 12 ◦ blue 176

#A60CB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A60CB0

Tints of Dark Violet #A60CB0

RGB

 RED value IS 166 (65.23% from 255) = 46.89%

 GREEN value IS 12 (5.08% from 255) = 3.39%

 BLUE value IS 176 (69.14% from 255) = 49.72%

R = 46.89%
G = 3.39%
B = 49.72%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A60CB0 (or 0xA60CB0) is known color: Dark Violet. HEX triplet: A6, 0C and B0. RGB value is (166,12,176). Sum of RGB (Red+Green+Blue) = 166+12+176=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #A60CB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60CB0 is #59F34F. Grayscale: #4C4C4C. Windows color (decimal): -5894992 or 11537574. OLE color: 11537574.

HSL color Cylindrical-coordinate representation of color #A60CB0: hue angle of 296.34º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60CB0 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 12 176 -
CMYK 0.06 0.93 0 0.31
HSL 296.34º 0.87% 0.37% -
HSV(B) 296.34º 0.93% 0.69% -
XYZ 23.69 11.5 42.05 -
YUV 76.74 184.02 191.66 -
System Red Green Blue C M Y K H S L
Decimal 166 12 176 0.06 0.93 0 0.31 296.34 0.87 0.37
Hex A6 C B0 6 5D 0 1F 128 57 25
Octal 246 14 260 6 135 0 37 450 127 45
Binary 10100110 1100 10110000 110 1011101 0 11111 100101000 1010111 100101

Color Harmonies of #A60CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60CB0

Black with #A60CB0

Text Example


Text Example

White with #A60CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60CB0; }

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

 H1.HeaderClassName
 {
   color: #A60CB0;
 }
 .AnyTagClassName
 {
   color: #A60CB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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