#A712C3

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

Shades of Dark Violet #A712C3

Tints of Dark Violet #A712C3

Color information

#A712C3 (or 0xA712C3) is unknown color: approx Dark Violet. HEX triplet: A7, 12 and C3. RGB value is (167,18,195). Sum of RGB (Red+Green+Blue) = 167+18+195=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #A712C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712C3 is #58ED3C. Grayscale: #525252. Windows color (decimal): -5827901 or 12784295. OLE color: 12784295.

HSL color Cylindrical-coordinate representation of color #A712C3: hue angle of 290.51º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A712C3 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16718195-
CMYK0.140.9100.24
HSL290.51º83.1%41.76%-
HSV(B)290.51º90.77%76.47%-
XYZ2612.5952.69-
YUV82.73191.36188.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.95%
GREEN value IS 18 (7.42% from 255) = 4.74%
BLUE value IS 195 (76.56% from 255) = 51.32%
R=43.95%
G=4.74%
B=51.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167181950.140.9100.24290.5183.141.76
HexA712C3E5B018123532a
Octal247223031613303044312352
Binary101001111001011000011111010110110110001001000111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A712C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A712C3; }

 p { color: rgb(167,18,195); }

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

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

 a { background-color: rgb(167,18,195); }

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

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

 span { border-color: rgb(167,18,195); }

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