#A70DC7

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

Shades of Dark Violet #A70DC7

Tints of Dark Violet #A70DC7

Color information

#A70DC7 (or 0xA70DC7) is unknown color: approx Dark Violet. HEX triplet: A7, 0D and C7. RGB value is (167,13,199). Sum of RGB (Red+Green+Blue) = 167+13+199=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #A70DC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DC7 is #58F238. Grayscale: #4F4F4F. Windows color (decimal): -5829177 or 13045159. OLE color: 13045159.

HSL color Cylindrical-coordinate representation of color #A70DC7: hue angle of 289.68º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70DC7 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16713199-
CMYK0.160.9300.22
HSL289.68º87.74%41.57%-
HSV(B)289.68º93.47%78.04%-
XYZ26.3912.6355.08-
YUV80.25195.02189.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 13 (5.47% from 255) = 3.43%
BLUE value IS 199 (78.12% from 255) = 52.51%
R=44.06%
G=3.43%
B=52.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal167131990.160.9300.22289.6887.7441.57
HexA7DC7105D016122582a
Octal247153072013502644213052
Binary101001111101110001111000010111010101101001000101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70DC7; }

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

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

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

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

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

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

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

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