Html Css Color HEX #A60DC7 Dark Violet

📋 copy color: '#A60DC7'

red 166 ◦ green 13 ◦ blue 199

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

Shades of Dark Violet #A60DC7

Tints of Dark Violet #A60DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.65%

R = 43.92%
G = 3.44%
B = 52.65%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A60DC7 (or 0xA60DC7) is known color: Dark Violet. HEX triplet: A6, 0D and C7. RGB value is (166,13,199). Sum of RGB (Red+Green+Blue) = 166+13+199=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 199 (78.12% from 255 or 52.65% from 378); Max value from RGB is 199 - color contains mainly: blue. Hex color #A60DC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DC7 is #59F238. Grayscale: #4F4F4F. Windows color (decimal): -5894713 or 13045158. OLE color: 13045158.

HSL color Cylindrical-coordinate representation of color #A60DC7: hue angle of 289.35º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60DC7 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 13 199 -
CMYK 0.17 0.93 0 0.22
HSL 289.35º 0.88% 0.42% -
HSV(B) 289.35º 0.93% 0.78% -
XYZ 26.18 12.52 55.07 -
YUV 79.95 195.19 189.38 -
System Red Green Blue C M Y K H S L
Decimal 166 13 199 0.17 0.93 0 0.22 289.35 0.88 0.42
Hex A6 D C7 11 5D 0 16 121 58 2A
Octal 246 15 307 21 135 0 26 441 130 52
Binary 10100110 1101 11000111 10001 1011101 0 10110 100100001 1011000 101010

Color Harmonies of #A60DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60DC7

Black with #A60DC7

Text Example


Text Example

White with #A60DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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