#A70DBA

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

Shades of Dark Violet #A70DBA

Tints of Dark Violet #A70DBA

Color information

#A70DBA (or 0xA70DBA) is unknown color: approx Dark Violet. HEX triplet: A7, 0D and BA. RGB value is (167,13,186). Sum of RGB (Red+Green+Blue) = 167+13+186=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #A70DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DBA is #58F245. Grayscale: #4E4E4E. Windows color (decimal): -5829190 or 12193191. OLE color: 12193191.

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

Color convert

RGB16713186-
CMYK0.100.9300.27
HSL293.41º86.93%39.02%-
HSV(B)293.41º93.01%72.94%-
XYZ24.9412.0547.47-
YUV78.77188.52190.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 13 (5.47% from 255) = 3.55%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=45.63%
G=3.55%
B=50.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167131860.100.9300.27293.4186.9339.02
HexA7DBAA5D01B1255727
Octal247152721213503344512747
Binary10100111110110111010101010111010110111001001011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70DBA; }

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

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

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

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

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

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

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

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