Html Css Color HEX #A60AB4 Dark Violet

📋 copy color: '#A60AB4'

red 166 ◦ green 10 ◦ blue 180

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

Shades of Dark Violet #A60AB4

Tints of Dark Violet #A60AB4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.81%

 BLUE value IS 180 (70.7% from 255) = 50.56%

R = 46.63%
G = 2.81%
B = 50.56%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A60AB4 (or 0xA60AB4) is known color: Dark Violet. HEX triplet: A6, 0A and B4. RGB value is (166,10,180). Sum of RGB (Red+Green+Blue) = 166+10+180=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #A60AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60AB4 is #59F54B. Grayscale: #4B4B4B. Windows color (decimal): -5895500 or 11799206. OLE color: 11799206.

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

Color convert

RGB 166 10 180 -
CMYK 0.08 0.94 0 0.29
HSL 295.06º 0.89% 0.37% -
HSV(B) 295.06º 0.94% 0.71% -
XYZ 24.07 11.62 44.15 -
YUV 76.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 166 10 180 0.08 0.94 0 0.29 295.06 0.89 0.37
Hex A6 A B4 8 5E 0 1D 127 59 25
Octal 246 12 264 10 136 0 35 447 131 45
Binary 10100110 1010 10110100 1000 1011110 0 11101 100100111 1011001 100101

Color Harmonies of #A60AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60AB4

Black with #A60AB4

Text Example


Text Example

White with #A60AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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