Html Css Color HEX #A70ABA Dark Violet

📋 copy color: '#A70ABA'

red 167 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #A70ABA

Tints of Dark Violet #A70ABA

RGB

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

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

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

R = 46.01%
G = 2.75%
B = 51.24%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A70ABA (or 0xA70ABA) is known color: Dark Violet. HEX triplet: A7, 0A and BA. RGB value is (167,10,186). Sum of RGB (Red+Green+Blue) = 167+10+186=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #A70ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70ABA is #58F545. Grayscale: #4C4C4C. Windows color (decimal): -5829958 or 12192423. OLE color: 12192423.

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

Color convert

RGB 167 10 186 -
CMYK 0.10 0.95 0 0.27
HSL 293.52º 0.9% 0.38% -
HSV(B) 293.52º 0.95% 0.73% -
XYZ 24.91 11.98 47.45 -
YUV 77.01 189.51 192.19 -
System Red Green Blue C M Y K H S L
Decimal 167 10 186 0.10 0.95 0 0.27 293.52 0.9 0.38
Hex A7 A BA A 5F 0 1B 126 5A 26
Octal 247 12 272 12 137 0 33 446 132 46
Binary 10100111 1010 10111010 1010 1011111 0 11011 100100110 1011010 100110

Color Harmonies of #A70ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70ABA

Black with #A70ABA

Text Example


Text Example

White with #A70ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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