#A45BAD

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

Shades of Violet Blue #A45BAD

Tints of Violet Blue #A45BAD

Color information

#A45BAD (or 0xA45BAD) is unknown color: approx Violet Blue. HEX triplet: A4, 5B and AD. RGB value is (164,91,173). Sum of RGB (Red+Green+Blue) = 164+91+173=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #A45BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45BAD is #5BA452. Grayscale: #797979. Windows color (decimal): -6005843 or 11361188. OLE color: 11361188.

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

Color convert

RGB16491173-
CMYK0.050.4700.32
HSL293.41º33.33%51.76%-
HSV(B)293.41º47.4%67.84%-
XYZ26.5918.3941.68-
YUV122.18156.68157.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 91 (35.94% from 255) = 21.26%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=38.32%
G=21.26%
B=40.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164911730.050.4700.32293.4133.3351.76
HexA45BAD52F0201252134
Octal2441332555570404454164
Binary101001001011011101011011011011110100000100100101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45BAD; }

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

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

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

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

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

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

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

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