#A45DAF

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

Shades of Violet Blue #A45DAF

Tints of Violet Blue #A45DAF

Color information

#A45DAF (or 0xA45DAF) is unknown color: approx Violet Blue. HEX triplet: A4, 5D and AF. RGB value is (164,93,175). Sum of RGB (Red+Green+Blue) = 164+93+175=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #A45DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45DAF is #5BA250. Grayscale: #7B7B7B. Windows color (decimal): -6005329 or 11492772. OLE color: 11492772.

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

Color convert

RGB16493175-
CMYK0.060.4700.31
HSL291.95º33.88%52.55%-
HSV(B)291.95º46.86%68.63%-
XYZ26.9618.8242.77-
YUV123.58157.02156.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 93 (36.72% from 255) = 21.53%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=37.96%
G=21.53%
B=40.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164931750.060.4700.31291.9533.8852.55
HexA45DAF62F01F1242235
Octal2441352576570374444265
Binary10100100101110110101111110101111011111100100100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45DAF; }

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

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

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

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

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

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

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

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