#A512AF

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

Shades of Dark Violet #A512AF

Tints of Dark Violet #A512AF

Color information

#A512AF (or 0xA512AF) is unknown color: approx Dark Violet. HEX triplet: A5, 12 and AF. RGB value is (165,18,175). Sum of RGB (Red+Green+Blue) = 165+18+175=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #A512AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A512AF is #5AED50. Grayscale: #4F4F4F. Windows color (decimal): -5958993 or 11473573. OLE color: 11473573.

HSL color Cylindrical-coordinate representation of color #A512AF: hue angle of 296.18º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A512AF is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16518175-
CMYK0.060.9000.31
HSL296.18º81.35%37.84%-
HSV(B)296.18º89.71%68.63%-
XYZ23.4711.5341.55-
YUV79.85181.7188.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 18 (7.42% from 255) = 5.03%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=46.09%
G=5.03%
B=48.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165181750.060.9000.31296.1881.3537.84
HexA512AF65A01F1285126
Octal24522257613203745012146
Binary10100101100101010111111010110100111111001010001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A512AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A512AF; }

 p { color: rgb(165,18,175); }

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

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

 a { background-color: rgb(165,18,175); }

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

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

 span { border-color: rgb(165,18,175); }

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