#A712D0

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

Shades of Dark Violet #A712D0

Tints of Dark Violet #A712D0

Color information

#A712D0 (or 0xA712D0) is unknown color: approx Dark Violet. HEX triplet: A7, 12 and D0. RGB value is (167,18,208). Sum of RGB (Red+Green+Blue) = 167+18+208=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #A712D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A712D0 is #58ED2F. Grayscale: #535353. Windows color (decimal): -5827888 or 13636263. OLE color: 13636263.

HSL color Cylindrical-coordinate representation of color #A712D0: hue angle of 287.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A712D0 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16718208-
CMYK0.200.9100.18
HSL287.05º84.07%44.31%-
HSV(B)287.05º91.35%81.57%-
XYZ27.5413.260.77-
YUV84.21197.86187.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.49%
GREEN value IS 18 (7.42% from 255) = 4.58%
BLUE value IS 208 (81.64% from 255) = 52.93%
R=42.49%
G=4.58%
B=52.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal167182080.200.9100.18287.0584.0744.31
HexA712D0145B01211f542c
Octal247223202413302243712454
Binary1010011110010110100001010010110110100101000111111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A712D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A712D0; }

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

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

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

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

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

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

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

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