#A70AB7

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

Shades of Dark Violet #A70AB7

Tints of Dark Violet #A70AB7

Color information

#A70AB7 (or 0xA70AB7) is unknown color: approx Dark Violet. HEX triplet: A7, 0A and B7. RGB value is (167,10,183). Sum of RGB (Red+Green+Blue) = 167+10+183=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #A70AB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70AB7 is #58F548. Grayscale: #4C4C4C. Windows color (decimal): -5829961 or 11995815. OLE color: 11995815.

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

Color convert

RGB16710183-
CMYK0.090.9500.28
HSL294.45º89.64%37.84%-
HSV(B)294.45º94.54%71.76%-
XYZ24.5911.8545.79-
YUV76.66188.01192.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 10 (4.30% from 255) = 2.78%
BLUE value IS 183 (71.88% from 255) = 50.83%
R=46.39%
G=2.78%
B=50.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal167101830.090.9500.28294.4589.6437.84
HexA7AB795F01C1265a26
Octal247122671113703444613246
Binary10100111101010110111100110111110111001001001101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70AB7; }

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

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

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

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

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

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

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

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