#A45DA6

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

Shades of Violet Blue #A45DA6

Tints of Violet Blue #A45DA6

Color information

#A45DA6 (or 0xA45DA6) is unknown color: approx Violet Blue. HEX triplet: A4, 5D and A6. RGB value is (164,93,166). Sum of RGB (Red+Green+Blue) = 164+93+166=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 166 - color contains mainly: blue. Hex color #A45DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45DA6 is #5BA259. Grayscale: #7A7A7A. Windows color (decimal): -6005338 or 10902948. OLE color: 10902948.

HSL color Cylindrical-coordinate representation of color #A45DA6: hue angle of 298.36º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A45DA6 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16493166-
CMYK0.010.4400.35
HSL298.36º29.08%50.78%-
HSV(B)298.36º43.98%65.1%-
XYZ26.1118.4738.27-
YUV122.55152.52157.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 166 (65.23% from 255) = 39.24%
R=38.77%
G=21.99%
B=39.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164931660.010.4400.35298.3629.0850.78
HexA45DA612C02312a1d33
Octal2441352461540434523563
Binary101001001011101101001101101100010001110010101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45DA6; }

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

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

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

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

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

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

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

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