#A711CC

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

Shades of Dark Violet #A711CC

Tints of Dark Violet #A711CC

Color information

#A711CC (or 0xA711CC) is unknown color: approx Dark Violet. HEX triplet: A7, 11 and CC. RGB value is (167,17,204). Sum of RGB (Red+Green+Blue) = 167+17+204=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #A711CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A711CC is #58EE33. Grayscale: #525252. Windows color (decimal): -5828148 or 13373863. OLE color: 13373863.

HSL color Cylindrical-coordinate representation of color #A711CC: hue angle of 288.13º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A711CC is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16717204-
CMYK0.180.9200.2
HSL288.13º84.62%43.33%-
HSV(B)288.13º91.67%80%-
XYZ27.0412.9858.21-
YUV83.17196.2187.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 17 (7.03% from 255) = 4.38%
BLUE value IS 204 (80.08% from 255) = 52.58%
R=43.04%
G=4.38%
B=52.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal167172040.180.9200.2288.1384.6243.33
HexA711CC125C014120552b
Octal247213142213402444012553
Binary1010011110001110011001001010111000101001001000001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A711CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A711CC; }

 p { color: rgb(167,17,204); }

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

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

 a { background-color: rgb(167,17,204); }

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

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

 span { border-color: rgb(167,17,204); }

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