#A45EAB

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

Shades of Violet Blue #A45EAB

Tints of Violet Blue #A45EAB

Color information

#A45EAB (or 0xA45EAB) is unknown color: approx Violet Blue. HEX triplet: A4, 5E and AB. RGB value is (164,94,171). Sum of RGB (Red+Green+Blue) = 164+94+171=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #A45EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45EAB is #5BA154. Grayscale: #7B7B7B. Windows color (decimal): -6005077 or 11230884. OLE color: 11230884.

HSL color Cylindrical-coordinate representation of color #A45EAB: hue angle of 294.55º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45EAB is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16494171-
CMYK0.040.4500.33
HSL294.55º31.43%51.96%-
HSV(B)294.55º45.03%67.06%-
XYZ26.6618.8440.76-
YUV123.71154.69156.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 94 (37.11% from 255) = 21.91%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=38.23%
G=21.91%
B=39.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164941710.040.4500.33294.5531.4351.96
HexA45EAB42D0211271f34
Octal2441362534550414473764
Binary10100100101111010101011100101101010000110010011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45EAB; }

 p { color: rgb(164,94,171); }

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

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

 a { background-color: rgb(164,94,171); }

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

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

 span { border-color: rgb(164,94,171); }

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