Html Css Color HEX #A60FD8 Dark Violet

📋 copy color: '#A60FD8'

red 166 ◦ green 15 ◦ blue 216

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

Shades of Dark Violet #A60FD8

Tints of Dark Violet #A60FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.41%

R = 41.81%
G = 3.78%
B = 54.41%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A60FD8 (or 0xA60FD8) is known color: Dark Violet. HEX triplet: A6, 0F and D8. RGB value is (166,15,216). Sum of RGB (Red+Green+Blue) = 166+15+216=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #A60FD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FD8 is #59F027. Grayscale: #525252. Windows color (decimal): -5894184 or 14159782. OLE color: 14159782.

HSL color Cylindrical-coordinate representation of color #A60FD8: hue angle of 285.07º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60FD8 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 15 216 -
CMYK 0.23 0.93 0 0.15
HSL 285.07º 0.87% 0.45% -
HSV(B) 285.07º 0.93% 0.85% -
XYZ 28.29 13.41 66.06 -
YUV 83.06 203.03 187.16 -
System Red Green Blue C M Y K H S L
Decimal 166 15 216 0.23 0.93 0 0.15 285.07 0.87 0.45
Hex A6 F D8 17 5D 0 F 11D 57 2D
Octal 246 17 330 27 135 0 17 435 127 55
Binary 10100110 1111 11011000 10111 1011101 0 1111 100011101 1010111 101101

Color Harmonies of #A60FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FD8

Black with #A60FD8

Text Example


Text Example

White with #A60FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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