#A45FAD

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

Shades of Violet Blue #A45FAD

Tints of Violet Blue #A45FAD

Color information

#A45FAD (or 0xA45FAD) is unknown color: approx Violet Blue. HEX triplet: A4, 5F and AD. RGB value is (164,95,173). Sum of RGB (Red+Green+Blue) = 164+95+173=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #A45FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45FAD is #5BA052. Grayscale: #7C7C7C. Windows color (decimal): -6004819 or 11362212. OLE color: 11362212.

HSL color Cylindrical-coordinate representation of color #A45FAD: hue angle of 293.08º degrees, saturation: 0.32, 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 #A45FAD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16495173-
CMYK0.050.4500.32
HSL293.08º32.23%52.55%-
HSV(B)293.08º45.09%67.84%-
XYZ26.9419.0941.8-
YUV124.52155.36156.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=37.96%
G=21.99%
B=40.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164951730.050.4500.32293.0832.2352.55
HexA45FAD52D0201252035
Octal2441372555550404454065
Binary101001001011111101011011011011010100000100100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45FAD; }

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

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

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

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

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

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

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

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