#A407AF

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

Shades of Dark Violet #A407AF

Tints of Dark Violet #A407AF

Color information

#A407AF (or 0xA407AF) is unknown color: approx Dark Violet. HEX triplet: A4, 07 and AF. RGB value is (164,7,175). Sum of RGB (Red+Green+Blue) = 164+7+175=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #A407AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A407AF is #5BF850. Grayscale: #484848. Windows color (decimal): -6027345 or 11470756. OLE color: 11470756.

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

Color convert

RGB1647175-
CMYK0.060.9600.31
HSL296.07º92.31%35.69%-
HSV(B)296.07º96%68.63%-
XYZ23.1211.1441.49-
YUV73.1185.51192.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 7 (3.12% from 255) = 2.02%
BLUE value IS 175 (68.75% from 255) = 50.58%
R=47.40%
G=2.02%
B=50.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16471750.060.9600.31296.0792.3135.69
HexA47AF66001F1285c24
Octal2447257614003745013444
Binary101001001111010111111011000000111111001010001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A407AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A407AF; }

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

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

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

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

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

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

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

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