#A70BBD

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

Shades of Dark Violet #A70BBD

Tints of Dark Violet #A70BBD

Color information

#A70BBD (or 0xA70BBD) is unknown color: approx Dark Violet. HEX triplet: A7, 0B and BD. RGB value is (167,11,189). Sum of RGB (Red+Green+Blue) = 167+11+189=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #A70BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BBD is #58F442. Grayscale: #4D4D4D. Windows color (decimal): -5829699 or 12389287. OLE color: 12389287.

HSL color Cylindrical-coordinate representation of color #A70BBD: hue angle of 292.58º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70BBD is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16711189-
CMYK0.120.9400.26
HSL292.58º89%39.22%-
HSV(B)292.58º94.18%74.12%-
XYZ25.2412.1349.15-
YUV77.94190.68191.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 11 (4.69% from 255) = 3.00%
BLUE value IS 189 (74.22% from 255) = 51.50%
R=45.50%
G=3.00%
B=51.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167111890.120.9400.26292.588939.22
HexA7BBDC5E01A1255927
Octal247132751413603244513147
Binary10100111101110111101110010111100110101001001011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70BBD; }

 p { color: rgb(167,11,189); }

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

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

 a { background-color: rgb(167,11,189); }

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

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

 span { border-color: rgb(167,11,189); }

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