#A413AF

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

Shades of Dark Violet #A413AF

Tints of Dark Violet #A413AF

Color information

#A413AF (or 0xA413AF) is unknown color: approx Dark Violet. HEX triplet: A4, 13 and AF. RGB value is (164,19,175). Sum of RGB (Red+Green+Blue) = 164+19+175=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 19 (7.81% from 255 or 5.31% 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 #A413AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A413AF is #5BEC50. Grayscale: #4F4F4F. Windows color (decimal): -6024273 or 11473828. OLE color: 11473828.

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

Color convert

RGB16419175-
CMYK0.060.8900.31
HSL295.77º80.41%38.04%-
HSV(B)295.77º89.14%68.63%-
XYZ23.2811.4541.54-
YUV80.14181.54187.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 19 (7.81% from 255) = 5.31%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=45.81%
G=5.31%
B=48.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164191750.060.8900.31295.7780.4138.04
HexA413AF65901F1285026
Octal24423257613103745012046
Binary10100100100111010111111010110010111111001010001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A413AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A413AF; }

 p { color: rgb(164,19,175); }

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

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

 a { background-color: rgb(164,19,175); }

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

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

 span { border-color: rgb(164,19,175); }

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