Html Css Color HEX #A70ACC Dark Violet

📋 copy color: '#A70ACC'

red 167 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #A70ACC

Tints of Dark Violet #A70ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 43.83%
G = 2.62%
B = 53.54%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A70ACC (or 0xA70ACC) is known color: Dark Violet. HEX triplet: A7, 0A and CC. RGB value is (167,10,204). Sum of RGB (Red+Green+Blue) = 167+10+204=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #A70ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70ACC is #58F533. Grayscale: #4E4E4E. Windows color (decimal): -5829940 or 13372071. OLE color: 13372071.

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

Color convert

RGB 167 10 204 -
CMYK 0.18 0.95 0 0.2
HSL 288.56º 0.91% 0.42% -
HSV(B) 288.56º 0.95% 0.8% -
XYZ 26.94 12.79 58.18 -
YUV 79.06 198.51 190.73 -
System Red Green Blue C M Y K H S L
Decimal 167 10 204 0.18 0.95 0 0.2 288.56 0.91 0.42
Hex A7 A CC 12 5F 0 14 121 5B 2A
Octal 247 12 314 22 137 0 24 441 133 52
Binary 10100111 1010 11001100 10010 1011111 0 10100 100100001 1011011 101010

Color Harmonies of #A70ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70ACC

Black with #A70ACC

Text Example


Text Example

White with #A70ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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