#A10FAF

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

Shades of Dark Violet #A10FAF

Tints of Dark Violet #A10FAF

Color information

#A10FAF (or 0xA10FAF) is unknown color: approx Dark Violet. HEX triplet: A1, 0F and AF. RGB value is (161,15,175). Sum of RGB (Red+Green+Blue) = 161+15+175=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #A10FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10FAF is #5EF050. Grayscale: #4C4C4C. Windows color (decimal): -6221905 or 11472801. OLE color: 11472801.

HSL color Cylindrical-coordinate representation of color #A10FAF: hue angle of 294.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10FAF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16115175-
CMYK0.080.9100.31
HSL294.75º84.21%37.25%-
HSV(B)294.75º91.43%68.63%-
XYZ22.6111.0141.49-
YUV76.89183.37187.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 15 (6.25% from 255) = 4.27%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=45.87%
G=4.27%
B=49.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161151750.080.9100.31294.7584.2137.25
HexA1FAF85B01F1275425
Octal241172571013303744712445
Binary10100001111110101111100010110110111111001001111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10FAF; }

 p { color: rgb(161,15,175); }

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

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

 a { background-color: rgb(161,15,175); }

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

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

 span { border-color: rgb(161,15,175); }

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