Html Css Color HEX #A70BC9 Dark Violet

📋 copy color: '#A70BC9'

red 167 ◦ green 11 ◦ blue 201

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

Shades of Dark Violet #A70BC9

Tints of Dark Violet #A70BC9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.9%

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

R = 44.06%
G = 2.9%
B = 53.03%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A70BC9 (or 0xA70BC9) is known color: Dark Violet. HEX triplet: A7, 0B and C9. RGB value is (167,11,201). Sum of RGB (Red+Green+Blue) = 167+11+201=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #A70BC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BC9 is #58F436. Grayscale: #4E4E4E. Windows color (decimal): -5829687 or 13175719. OLE color: 13175719.

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

Color convert

RGB 167 11 201 -
CMYK 0.17 0.95 0 0.21
HSL 289.26º 0.9% 0.42% -
HSV(B) 289.26º 0.95% 0.79% -
XYZ 26.6 12.67 56.3 -
YUV 79.3 196.68 190.55 -
System Red Green Blue C M Y K H S L
Decimal 167 11 201 0.17 0.95 0 0.21 289.26 0.9 0.42
Hex A7 B C9 11 5F 0 15 121 5A 2A
Octal 247 13 311 21 137 0 25 441 132 52
Binary 10100111 1011 11001001 10001 1011111 0 10101 100100001 1011010 101010

Color Harmonies of #A70BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70BC9

Black with #A70BC9

Text Example


Text Example

White with #A70BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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