Html Css Color HEX #A60FB6 Dark Violet

📋 copy color: '#A60FB6'

red 166 ◦ green 15 ◦ blue 182

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

Shades of Dark Violet #A60FB6

Tints of Dark Violet #A60FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.14%

R = 45.73%
G = 4.13%
B = 50.14%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A60FB6 (or 0xA60FB6) is known color: Dark Violet. HEX triplet: A6, 0F and B6. RGB value is (166,15,182). Sum of RGB (Red+Green+Blue) = 166+15+182=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #A60FB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FB6 is #59F049. Grayscale: #4E4E4E. Windows color (decimal): -5894218 or 11931558. OLE color: 11931558.

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

Color convert

RGB 166 15 182 -
CMYK 0.09 0.92 0 0.29
HSL 294.25º 0.85% 0.39% -
HSV(B) 294.25º 0.92% 0.71% -
XYZ 24.34 11.83 45.26 -
YUV 79.19 186.03 189.92 -
System Red Green Blue C M Y K H S L
Decimal 166 15 182 0.09 0.92 0 0.29 294.25 0.85 0.39
Hex A6 F B6 9 5C 0 1D 126 55 27
Octal 246 17 266 11 134 0 35 446 125 47
Binary 10100110 1111 10110110 1001 1011100 0 11101 100100110 1010101 100111

Color Harmonies of #A60FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FB6

Black with #A60FB6

Text Example


Text Example

White with #A60FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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