Html Css Color HEX #A60DAF Dark Violet

📋 copy color: '#A60DAF'

red 166 ◦ green 13 ◦ blue 175

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

Shades of Dark Violet #A60DAF

Tints of Dark Violet #A60DAF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.67%

 BLUE value IS 175 (68.75% from 255) = 49.44%

R = 46.89%
G = 3.67%
B = 49.44%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A60DAF (or 0xA60DAF) is known color: Dark Violet. HEX triplet: A6, 0D and AF. RGB value is (166,13,175). Sum of RGB (Red+Green+Blue) = 166+13+175=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #A60DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60DAF is #59F250. Grayscale: #4C4C4C. Windows color (decimal): -5894737 or 11472294. OLE color: 11472294.

HSL color Cylindrical-coordinate representation of color #A60DAF: hue angle of 296.67º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60DAF is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 13 175 -
CMYK 0.05 0.93 0 0.31
HSL 296.67º 0.86% 0.37% -
HSV(B) 296.67º 0.93% 0.69% -
XYZ 23.61 11.49 41.53 -
YUV 77.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 166 13 175 0.05 0.93 0 0.31 296.67 0.86 0.37
Hex A6 D AF 5 5D 0 1F 129 56 25
Octal 246 15 257 5 135 0 37 451 126 45
Binary 10100110 1101 10101111 101 1011101 0 11111 100101001 1010110 100101

Color Harmonies of #A60DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60DAF

Black with #A60DAF

Text Example


Text Example

White with #A60DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60DAF; }

 p { color: rgb(166,13,175); }

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

background-color css

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

 a { background-color: rgb(166,13,175); }

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

border-color css

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

 span { border-color: rgb(166,13,175); }

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