Html Css Color HEX #A70AE5 Dark Violet

📋 copy color: '#A70AE5'

red 167 ◦ green 10 ◦ blue 229

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

Shades of Dark Violet #A70AE5

Tints of Dark Violet #A70AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 56.4%

R = 41.13%
G = 2.46%
B = 56.4%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A70AE5 (or 0xA70AE5) is known color: Dark Violet. HEX triplet: A7, 0A and E5. RGB value is (167,10,229). Sum of RGB (Red+Green+Blue) = 167+10+229=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #A70AE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70AE5 is #58F51A. Grayscale: #515151. Windows color (decimal): -5829915 or 15010471. OLE color: 15010471.

HSL color Cylindrical-coordinate representation of color #A70AE5: hue angle of 283.01º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70AE5 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 10 229 -
CMYK 0.27 0.96 0 0.10
HSL 283.01º 0.92% 0.47% -
HSV(B) 283.01º 0.96% 0.9% -
XYZ 30.19 14.09 75.26 -
YUV 81.91 211.01 188.69 -
System Red Green Blue C M Y K H S L
Decimal 167 10 229 0.27 0.96 0 0.10 283.01 0.92 0.47
Hex A7 A E5 1B 60 0 A 11B 5C 2F
Octal 247 12 345 33 140 0 12 433 134 57
Binary 10100111 1010 11100101 11011 1100000 0 1010 100011011 1011100 101111

Color Harmonies of #A70AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70AE5

Black with #A70AE5

Text Example


Text Example

White with #A70AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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