Html Css Color HEX #A70CB9 Dark Violet

📋 copy color: '#A70CB9'

red 167 ◦ green 12 ◦ blue 185

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

Shades of Dark Violet #A70CB9

Tints of Dark Violet #A70CB9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.3%

 BLUE value IS 185 (72.66% from 255) = 50.82%

R = 45.88%
G = 3.3%
B = 50.82%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A70CB9 (or 0xA70CB9) is known color: Dark Violet. HEX triplet: A7, 0C and B9. RGB value is (167,12,185). Sum of RGB (Red+Green+Blue) = 167+12+185=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 185 (72.66% from 255 or 50.82% from 364); Max value from RGB is 185 - color contains mainly: blue. Hex color #A70CB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CB9 is #58F346. Grayscale: #4D4D4D. Windows color (decimal): -5829447 or 12127399. OLE color: 12127399.

HSL color Cylindrical-coordinate representation of color #A70CB9: hue angle of 293.76º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70CB9 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 12 185 -
CMYK 0.10 0.94 0 0.27
HSL 293.76º 0.88% 0.39% -
HSV(B) 293.76º 0.94% 0.73% -
XYZ 24.82 11.98 46.9 -
YUV 78.07 188.35 191.43 -
System Red Green Blue C M Y K H S L
Decimal 167 12 185 0.10 0.94 0 0.27 293.76 0.88 0.39
Hex A7 C B9 A 5E 0 1B 126 58 27
Octal 247 14 271 12 136 0 33 446 130 47
Binary 10100111 1100 10111001 1010 1011110 0 11011 100100110 1011000 100111

Color Harmonies of #A70CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70CB9

Black with #A70CB9

Text Example


Text Example

White with #A70CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70CB9; }

 p { color: rgb(167,12,185); }

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

background-color css

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

 a { background-color: rgb(167,12,185); }

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

border-color css

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

 span { border-color: rgb(167,12,185); }

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