Html Css Color HEX #A60FBA Dark Violet

📋 copy color: '#A60FBA'

red 166 ◦ green 15 ◦ blue 186

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

Shades of Dark Violet #A60FBA

Tints of Dark Violet #A60FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 45.23%
G = 4.09%
B = 50.68%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A60FBA (or 0xA60FBA) is known color: Dark Violet. HEX triplet: A6, 0F and BA. RGB value is (166,15,186). Sum of RGB (Red+Green+Blue) = 166+15+186=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #A60FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FBA is #59F045. Grayscale: #4F4F4F. Windows color (decimal): -5894214 or 12193702. OLE color: 12193702.

HSL color Cylindrical-coordinate representation of color #A60FBA: hue angle of 292.98º 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 #A60FBA is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 15 186 -
CMYK 0.11 0.92 0 0.27
HSL 292.98º 0.85% 0.39% -
HSV(B) 292.98º 0.92% 0.73% -
XYZ 24.76 11.99 47.46 -
YUV 79.64 188.03 189.6 -
System Red Green Blue C M Y K H S L
Decimal 166 15 186 0.11 0.92 0 0.27 292.98 0.85 0.39
Hex A6 F BA B 5C 0 1B 125 55 27
Octal 246 17 272 13 134 0 33 445 125 47
Binary 10100110 1111 10111010 1011 1011100 0 11011 100100101 1010101 100111

Color Harmonies of #A60FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FBA

Black with #A60FBA

Text Example


Text Example

White with #A60FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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