#A912DF

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

Shades of Dark Violet #A912DF

Tints of Dark Violet #A912DF

Color information

#A912DF (or 0xA912DF) is unknown color: approx Dark Violet. HEX triplet: A9, 12 and DF. RGB value is (169,18,223). Sum of RGB (Red+Green+Blue) = 169+18+223=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #A912DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A912DF is #56ED20. Grayscale: #555555. Windows color (decimal): -5696801 or 14619305. OLE color: 14619305.

HSL color Cylindrical-coordinate representation of color #A912DF: hue angle of 284.2º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A912DF is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16918223-
CMYK0.240.9200.13
HSL284.2º85.06%47.25%-
HSV(B)284.2º91.93%87.45%-
XYZ29.914.270.98-
YUV86.52205.03186.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 18 (7.42% from 255) = 4.39%
BLUE value IS 223 (87.5% from 255) = 54.39%
R=41.22%
G=4.39%
B=54.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169182230.240.9200.13284.285.0647.25
HexA912DF185C0D11c552f
Octal251223373013401543412557
Binary101010011001011011111110001011100011011000111001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A912DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A912DF; }

 p { color: rgb(169,18,223); }

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

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

 a { background-color: rgb(169,18,223); }

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

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

 span { border-color: rgb(169,18,223); }

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