Html Css Color HEX #A70EBC Dark Violet

📋 copy color: '#A70EBC'

red 167 ◦ green 14 ◦ blue 188

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

Shades of Dark Violet #A70EBC

Tints of Dark Violet #A70EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.79%

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 45.26%
G = 3.79%
B = 50.95%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A70EBC (or 0xA70EBC) is known color: Dark Violet. HEX triplet: A7, 0E and BC. RGB value is (167,14,188). Sum of RGB (Red+Green+Blue) = 167+14+188=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #A70EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70EBC is #58F143. Grayscale: #4F4F4F. Windows color (decimal): -5828932 or 12324519. OLE color: 12324519.

HSL color Cylindrical-coordinate representation of color #A70EBC: hue angle of 292.76º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70EBC is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 14 188 -
CMYK 0.11 0.93 0 0.26
HSL 292.76º 0.86% 0.4% -
HSV(B) 292.76º 0.93% 0.74% -
XYZ 25.17 12.16 48.6 -
YUV 79.58 189.19 190.35 -
System Red Green Blue C M Y K H S L
Decimal 167 14 188 0.11 0.93 0 0.26 292.76 0.86 0.4
Hex A7 E BC B 5D 0 1A 125 56 28
Octal 247 16 274 13 135 0 32 445 126 50
Binary 10100111 1110 10111100 1011 1011101 0 11010 100100101 1010110 101000

Color Harmonies of #A70EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70EBC

Black with #A70EBC

Text Example


Text Example

White with #A70EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70EBC; }

 p { color: rgb(167,14,188); }

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

background-color css

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

 a { background-color: rgb(167,14,188); }

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

border-color css

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

 span { border-color: rgb(167,14,188); }

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