Html Css Color HEX #A60FB9 Dark Violet

📋 copy color: '#A60FB9'

red 166 ◦ green 15 ◦ blue 185

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

Shades of Dark Violet #A60FB9

Tints of Dark Violet #A60FB9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.1%

 BLUE value IS 185 (72.66% from 255) = 50.55%

R = 45.36%
G = 4.1%
B = 50.55%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A60FB9 (or 0xA60FB9) is known color: Dark Violet. HEX triplet: A6, 0F and B9. RGB value is (166,15,185). Sum of RGB (Red+Green+Blue) = 166+15+185=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #A60FB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FB9 is #59F046. Grayscale: #4F4F4F. Windows color (decimal): -5894215 or 12128166. OLE color: 12128166.

HSL color Cylindrical-coordinate representation of color #A60FB9: hue angle of 293.29º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60FB9 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 15 185 -
CMYK 0.10 0.92 0 0.27
HSL 293.29º 0.85% 0.39% -
HSV(B) 293.29º 0.92% 0.73% -
XYZ 24.65 11.95 46.91 -
YUV 79.53 187.53 189.68 -
System Red Green Blue C M Y K H S L
Decimal 166 15 185 0.10 0.92 0 0.27 293.29 0.85 0.39
Hex A6 F B9 A 5C 0 1B 125 55 27
Octal 246 17 271 12 134 0 33 445 125 47
Binary 10100110 1111 10111001 1010 1011100 0 11011 100100101 1010101 100111

Color Harmonies of #A60FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FB9

Black with #A60FB9

Text Example


Text Example

White with #A60FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FB9; }

 p { color: rgb(166,15,185); }

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

background-color css

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

 a { background-color: rgb(166,15,185); }

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

border-color css

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

 span { border-color: rgb(166,15,185); }

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