Html Css Color HEX #A70ACE Dark Violet

📋 copy color: '#A70ACE'

red 167 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #A70ACE

Tints of Dark Violet #A70ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 43.6%
G = 2.61%
B = 53.79%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A70ACE (or 0xA70ACE) is known color: Dark Violet. HEX triplet: A7, 0A and CE. RGB value is (167,10,206). Sum of RGB (Red+Green+Blue) = 167+10+206=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #A70ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70ACE is #58F531. Grayscale: #4E4E4E. Windows color (decimal): -5829938 or 13503143. OLE color: 13503143.

HSL color Cylindrical-coordinate representation of color #A70ACE: hue angle of 288.06º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70ACE is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 10 206 -
CMYK 0.19 0.95 0 0.19
HSL 288.06º 0.91% 0.42% -
HSV(B) 288.06º 0.95% 0.81% -
XYZ 27.19 12.89 59.45 -
YUV 79.29 199.51 190.56 -
System Red Green Blue C M Y K H S L
Decimal 167 10 206 0.19 0.95 0 0.19 288.06 0.91 0.42
Hex A7 A CE 13 5F 0 13 120 5B 2A
Octal 247 12 316 23 137 0 23 440 133 52
Binary 10100111 1010 11001110 10011 1011111 0 10011 100100000 1011011 101010

Color Harmonies of #A70ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70ACE

Black with #A70ACE

Text Example


Text Example

White with #A70ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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