#A45FAE

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

Shades of Violet Blue #A45FAE

Tints of Violet Blue #A45FAE

Color information

#A45FAE (or 0xA45FAE) is unknown color: approx Violet Blue. HEX triplet: A4, 5F and AE. RGB value is (164,95,174). Sum of RGB (Red+Green+Blue) = 164+95+174=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #A45FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45FAE is #5BA051. Grayscale: #7C7C7C. Windows color (decimal): -6004818 or 11427748. OLE color: 11427748.

HSL color Cylindrical-coordinate representation of color #A45FAE: hue angle of 292.41º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45FAE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16495174-
CMYK0.060.4500.32
HSL292.41º32.78%52.75%-
HSV(B)292.41º45.4%68.24%-
XYZ27.0419.1342.31-
YUV124.64155.86156.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=37.88%
G=21.94%
B=40.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164951740.060.4500.32292.4132.7852.75
HexA45FAE62D0201242135
Octal2441372566550404444165
Binary101001001011111101011101101011010100000100100100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45FAE; }

 p { color: rgb(164,95,174); }

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

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

 a { background-color: rgb(164,95,174); }

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

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

 span { border-color: rgb(164,95,174); }

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