Html Css Color HEX #A70DC9 Dark Violet

📋 copy color: '#A70DC9'

red 167 ◦ green 13 ◦ blue 201

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

Shades of Dark Violet #A70DC9

Tints of Dark Violet #A70DC9

RGB

 RED value IS 167 (65.63% from 255) = 43.83%

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

 BLUE value IS 201 (78.91% from 255) = 52.76%

R = 43.83%
G = 3.41%
B = 52.76%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A70DC9 (or 0xA70DC9) is known color: Dark Violet. HEX triplet: A7, 0D and C9. RGB value is (167,13,201). Sum of RGB (Red+Green+Blue) = 167+13+201=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #A70DC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DC9 is #58F236. Grayscale: #4F4F4F. Windows color (decimal): -5829175 or 13176231. OLE color: 13176231.

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

Color convert

RGB 167 13 201 -
CMYK 0.17 0.94 0 0.21
HSL 289.15º 0.88% 0.42% -
HSV(B) 289.15º 0.94% 0.79% -
XYZ 26.62 12.72 56.31 -
YUV 80.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 167 13 201 0.17 0.94 0 0.21 289.15 0.88 0.42
Hex A7 D C9 11 5E 0 15 121 58 2A
Octal 247 15 311 21 136 0 25 441 130 52
Binary 10100111 1101 11001001 10001 1011110 0 10101 100100001 1011000 101010

Color Harmonies of #A70DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70DC9

Black with #A70DC9

Text Example


Text Example

White with #A70DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70DC9; }

 p { color: rgb(167,13,201); }

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

background-color css

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

 a { background-color: rgb(167,13,201); }

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

border-color css

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

 span { border-color: rgb(167,13,201); }

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