Html Css Color HEX #A60FB5 Dark Violet

📋 copy color: '#A60FB5'

red 166 ◦ green 15 ◦ blue 181

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

Shades of Dark Violet #A60FB5

Tints of Dark Violet #A60FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50%

R = 45.86%
G = 4.14%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A60FB5 (or 0xA60FB5) is known color: Dark Violet. HEX triplet: A6, 0F and B5. RGB value is (166,15,181). Sum of RGB (Red+Green+Blue) = 166+15+181=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #A60FB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FB5 is #59F04A. Grayscale: #4E4E4E. Windows color (decimal): -5894219 or 11866022. OLE color: 11866022.

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

Color convert

RGB 166 15 181 -
CMYK 0.08 0.92 0 0.29
HSL 294.58º 0.85% 0.38% -
HSV(B) 294.58º 0.92% 0.71% -
XYZ 24.24 11.78 44.71 -
YUV 79.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 166 15 181 0.08 0.92 0 0.29 294.58 0.85 0.38
Hex A6 F B5 8 5C 0 1D 127 55 26
Octal 246 17 265 10 134 0 35 447 125 46
Binary 10100110 1111 10110101 1000 1011100 0 11101 100100111 1010101 100110

Color Harmonies of #A60FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FB5

Black with #A60FB5

Text Example


Text Example

White with #A60FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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