#A475A5

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

Shades of Violet Blue #A475A5

Tints of Violet Blue #A475A5

Color information

#A475A5 (or 0xA475A5) is unknown color: approx Violet Blue. HEX triplet: A4, 75 and A5. RGB value is (164,117,165). Sum of RGB (Red+Green+Blue) = 164+117+165=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 165 - color contains mainly: blue. Hex color #A475A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A475A5 is #5B8A5A. Grayscale: #888888. Windows color (decimal): -5999195 or 10843556. OLE color: 10843556.

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

Color convert

RGB164117165-
CMYK0.010.2900.35
HSL298.75º21.05%55.29%-
HSV(B)298.75º29.09%64.71%-
XYZ28.4623.3338.6-
YUV136.52144.07147.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 165 (64.84% from 255) = 37.00%
R=36.77%
G=26.23%
B=37.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641171650.010.2900.35298.7521.0555.29
HexA475A511D02312b1537
Octal2441652451350434532567
Binary10100100111010110100101111101010001110010101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A475A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A475A5; }

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

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

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

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

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

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

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

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