#A475A1

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

Shades of Violet Blue #A475A1

Tints of Violet Blue #A475A1

Color information

#A475A1 (or 0xA475A1) is unknown color: approx Violet Blue. HEX triplet: A4, 75 and A1. RGB value is (164,117,161). Sum of RGB (Red+Green+Blue) = 164+117+161=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A475A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A475A1 is #5B8A5E. Grayscale: #878787. Windows color (decimal): -5999199 or 10581412. OLE color: 10581412.

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

Color convert

RGB164117161-
CMYK00.290.020.36
HSL303.83º20.52%55.1%-
HSV(B)303.83º28.66%64.31%-
XYZ28.123.1936.71-
YUV136.07142.07147.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 161 (63.28% from 255) = 36.43%
R=37.10%
G=26.47%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411716100.290.020.36303.8320.5255.1
HexA475A101D2241301537
Octal2441652410352444602567
Binary101001001110101101000010111011010010010011000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A475A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A475A1; }

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

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

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

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

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

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

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

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