Html Css Color HEX #A60FBE Dark Violet

📋 copy color: '#A60FBE'

red 166 ◦ green 15 ◦ blue 190

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

Shades of Dark Violet #A60FBE

Tints of Dark Violet #A60FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 44.74%
G = 4.04%
B = 51.21%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A60FBE (or 0xA60FBE) is known color: Dark Violet. HEX triplet: A6, 0F and BE. RGB value is (166,15,190). Sum of RGB (Red+Green+Blue) = 166+15+190=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #A60FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FBE is #59F041. Grayscale: #4F4F4F. Windows color (decimal): -5894210 or 12455846. OLE color: 12455846.

HSL color Cylindrical-coordinate representation of color #A60FBE: hue angle of 291.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60FBE is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 15 190 -
CMYK 0.13 0.92 0 0.25
HSL 291.77º 0.85% 0.4% -
HSV(B) 291.77º 0.92% 0.75% -
XYZ 25.19 12.17 49.74 -
YUV 80.1 190.03 189.27 -
System Red Green Blue C M Y K H S L
Decimal 166 15 190 0.13 0.92 0 0.25 291.77 0.85 0.4
Hex A6 F BE D 5C 0 19 124 55 28
Octal 246 17 276 15 134 0 31 444 125 50
Binary 10100110 1111 10111110 1101 1011100 0 11001 100100100 1010101 101000

Color Harmonies of #A60FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FBE

Black with #A60FBE

Text Example


Text Example

White with #A60FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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