#A45DAB

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

Shades of Violet Blue #A45DAB

Tints of Violet Blue #A45DAB

Color information

#A45DAB (or 0xA45DAB) is unknown color: approx Violet Blue. HEX triplet: A4, 5D and AB. RGB value is (164,93,171). Sum of RGB (Red+Green+Blue) = 164+93+171=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #A45DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45DAB is #5BA254. Grayscale: #7A7A7A. Windows color (decimal): -6005333 or 11230628. OLE color: 11230628.

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

Color convert

RGB16493171-
CMYK0.040.4600.33
HSL294.62º31.71%51.76%-
HSV(B)294.62º45.61%67.06%-
XYZ26.5718.6640.73-
YUV123.12155.02157.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=38.32%
G=21.73%
B=39.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164931710.040.4600.33294.6231.7151.76
HexA45DAB42E0211272034
Octal2441352534560414474064
Binary101001001011101101010111001011100100001100100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45DAB; }

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

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

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

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

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

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

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

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