#A70AB2

Color #A70AB2 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A70AB2

Tints of Dark Violet #A70AB2

Color information

#A70AB2 (or 0xA70AB2) is unknown color: approx Dark Violet. HEX triplet: A7, 0A and B2. RGB value is (167,10,178). Sum of RGB (Red+Green+Blue) = 167+10+178=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #A70AB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70AB2 is #58F54D. Grayscale: #4B4B4B. Windows color (decimal): -5829966 or 11668135. OLE color: 11668135.

HSL color Cylindrical-coordinate representation of color #A70AB2: hue angle of 296.07º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70AB2 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16710178-
CMYK0.060.9400.30
HSL296.07º89.36%36.86%-
HSV(B)296.07º94.38%69.8%-
XYZ24.0811.6543.1-
YUV76.1185.51192.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.04%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 178 (69.92% from 255) = 50.14%
R=47.04%
G=2.82%
B=50.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167101780.060.9400.30296.0789.3636.86
HexA7AB265E01E1285925
Octal24712262613603645013145
Binary1010011110101011001011010111100111101001010001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70AB2; }

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

 H1.HeaderClassName
 {
   color: #A70AB2;
 }
 .AnyTagClassName
 {
   color: #A70AB2;
 }
</style>
background-color css

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

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

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

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

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

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