#A575A2

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

Shades of Violet Blue #A575A2

Tints of Violet Blue #A575A2

Color information

#A575A2 (or 0xA575A2) is unknown color: approx Violet Blue. HEX triplet: A5, 75 and A2. RGB value is (165,117,162). Sum of RGB (Red+Green+Blue) = 165+117+162=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A575A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A575A2 is #5A8A5D. Grayscale: #888888. Windows color (decimal): -5933662 or 10646949. OLE color: 10646949.

HSL color Cylindrical-coordinate representation of color #A575A2: hue angle of 303.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 #A575A2 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB165117162-
CMYK00.290.020.35
HSL303.75º21.05%55.29%-
HSV(B)303.75º29.09%64.71%-
XYZ28.423.3337.19-
YUV136.48142.4148.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 117 (46.09% from 255) = 26.35%
BLUE value IS 162 (63.67% from 255) = 36.49%
R=37.16%
G=26.35%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511716200.290.020.35303.7521.0555.29
HexA575A201D2231301537
Octal2451652420352434602567
Binary101001011110101101000100111011010001110011000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575A2; }

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

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

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

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

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

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

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

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