Html Css Color HEX #A70AD9 Dark Violet

📋 copy color: '#A70AD9'

red 167 ◦ green 10 ◦ blue 217

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

Shades of Dark Violet #A70AD9

Tints of Dark Violet #A70AD9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 217 (85.16% from 255) = 55.08%

R = 42.39%
G = 2.54%
B = 55.08%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A70AD9 (or 0xA70AD9) is known color: Dark Violet. HEX triplet: A7, 0A and D9. RGB value is (167,10,217). Sum of RGB (Red+Green+Blue) = 167+10+217=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 217 (85.16% from 255 or 55.08% from 394); Max value from RGB is 217 - color contains mainly: blue. Hex color #A70AD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70AD9 is #58F526. Grayscale: #4F4F4F. Windows color (decimal): -5829927 or 14224039. OLE color: 14224039.

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

Color convert

RGB 167 10 217 -
CMYK 0.23 0.95 0 0.15
HSL 285.51º 0.91% 0.45% -
HSV(B) 285.51º 0.95% 0.85% -
XYZ 28.57 13.44 66.73 -
YUV 80.54 205.01 189.67 -
System Red Green Blue C M Y K H S L
Decimal 167 10 217 0.23 0.95 0 0.15 285.51 0.91 0.45
Hex A7 A D9 17 5F 0 F 11E 5B 2D
Octal 247 12 331 27 137 0 17 436 133 55
Binary 10100111 1010 11011001 10111 1011111 0 1111 100011110 1011011 101101

Color Harmonies of #A70AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70AD9

Black with #A70AD9

Text Example


Text Example

White with #A70AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70AD9; }

 p { color: rgb(167,10,217); }

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

background-color css

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

 a { background-color: rgb(167,10,217); }

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

border-color css

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

 span { border-color: rgb(167,10,217); }

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