#A70CC1

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

Shades of Dark Violet #A70CC1

Tints of Dark Violet #A70CC1

Color information

#A70CC1 (or 0xA70CC1) is unknown color: approx Dark Violet. HEX triplet: A7, 0C and C1. RGB value is (167,12,193). Sum of RGB (Red+Green+Blue) = 167+12+193=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #A70CC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CC1 is #58F33E. Grayscale: #4E4E4E. Windows color (decimal): -5829439 or 12651687. OLE color: 12651687.

HSL color Cylindrical-coordinate representation of color #A70CC1: hue angle of 291.38º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70CC1 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16712193-
CMYK0.130.9400.24
HSL291.38º88.29%40.2%-
HSV(B)291.38º93.78%75.69%-
XYZ25.6912.3351.48-
YUV78.98192.35190.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.89%
GREEN value IS 12 (5.08% from 255) = 3.23%
BLUE value IS 193 (75.78% from 255) = 51.88%
R=44.89%
G=3.23%
B=51.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167121930.130.9400.24291.3888.2940.2
HexA7CC1D5E0181235828
Octal247143011513603044313050
Binary10100111110011000001110110111100110001001000111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70CC1; }

 p { color: rgb(167,12,193); }

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

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

 a { background-color: rgb(167,12,193); }

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

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

 span { border-color: rgb(167,12,193); }

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