Html Css Color HEX #A70EBA Dark Violet

📋 copy color: '#A70EBA'

red 167 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #A70EBA

Tints of Dark Violet #A70EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 45.5%
G = 3.81%
B = 50.68%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A70EBA (or 0xA70EBA) is known color: Dark Violet. HEX triplet: A7, 0E and BA. RGB value is (167,14,186). Sum of RGB (Red+Green+Blue) = 167+14+186=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #A70EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70EBA is #58F145. Grayscale: #4E4E4E. Windows color (decimal): -5828934 or 12193447. OLE color: 12193447.

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

Color convert

RGB 167 14 186 -
CMYK 0.10 0.92 0 0.27
HSL 293.37º 0.86% 0.39% -
HSV(B) 293.37º 0.92% 0.73% -
XYZ 24.96 12.07 47.47 -
YUV 79.36 188.19 190.51 -
System Red Green Blue C M Y K H S L
Decimal 167 14 186 0.10 0.92 0 0.27 293.37 0.86 0.39
Hex A7 E BA A 5C 0 1B 125 56 27
Octal 247 16 272 12 134 0 33 445 126 47
Binary 10100111 1110 10111010 1010 1011100 0 11011 100100101 1010110 100111

Color Harmonies of #A70EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70EBA

Black with #A70EBA

Text Example


Text Example

White with #A70EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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