Html Css Color HEX #A70CE5 Dark Violet

📋 copy color: '#A70CE5'

red 167 ◦ green 12 ◦ blue 229

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

Shades of Dark Violet #A70CE5

Tints of Dark Violet #A70CE5

RGB

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

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

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

R = 40.93%
G = 2.94%
B = 56.13%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A70CE5 (or 0xA70CE5) is known color: Dark Violet. HEX triplet: A7, 0C and E5. RGB value is (167,12,229). Sum of RGB (Red+Green+Blue) = 167+12+229=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #A70CE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CE5 is #58F31A. Grayscale: #525252. Windows color (decimal): -5829403 or 15010983. OLE color: 15010983.

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

Color convert

RGB 167 12 229 -
CMYK 0.27 0.95 0 0.10
HSL 282.86º 0.9% 0.47% -
HSV(B) 282.86º 0.95% 0.9% -
XYZ 30.21 14.14 75.26 -
YUV 83.08 210.35 187.86 -
System Red Green Blue C M Y K H S L
Decimal 167 12 229 0.27 0.95 0 0.10 282.86 0.9 0.47
Hex A7 C E5 1B 5F 0 A 11B 5A 2F
Octal 247 14 345 33 137 0 12 433 132 57
Binary 10100111 1100 11100101 11011 1011111 0 1010 100011011 1011010 101111

Color Harmonies of #A70CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70CE5

Black with #A70CE5

Text Example


Text Example

White with #A70CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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