#A475AA

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

Shades of Violet Blue #A475AA

Tints of Violet Blue #A475AA

Color information

#A475AA (or 0xA475AA) is unknown color: approx Violet Blue. HEX triplet: A4, 75 and AA. RGB value is (164,117,170). Sum of RGB (Red+Green+Blue) = 164+117+170=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A475AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A475AA is #5B8A55. Grayscale: #888888. Windows color (decimal): -5999190 or 11171236. OLE color: 11171236.

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

Color convert

RGB164117170-
CMYK0.040.3100.33
HSL293.21º23.77%56.27%-
HSV(B)293.21º31.18%66.67%-
XYZ28.9323.5241.04-
YUV137.1146.57147.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=36.36%
G=25.94%
B=37.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641171700.040.3100.33293.2123.7756.27
HexA475AA41F0211251838
Octal2441652524370414453070
Binary1010010011101011010101010011111010000110010010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A475AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A475AA; }

 p { color: rgb(164,117,170); }

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

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

 a { background-color: rgb(164,117,170); }

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

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

 span { border-color: rgb(164,117,170); }

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