#A575AB

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

Shades of Violet Blue #A575AB

Tints of Violet Blue #A575AB

Color information

#A575AB (or 0xA575AB) is unknown color: approx Violet Blue. HEX triplet: A5, 75 and AB. RGB value is (165,117,171). Sum of RGB (Red+Green+Blue) = 165+117+171=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #A575AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A575AB is #5A8A54. Grayscale: #898989. Windows color (decimal): -5933653 or 11236773. OLE color: 11236773.

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

Color convert

RGB165117171-
CMYK0.040.3200.33
HSL293.33º24.32%56.47%-
HSV(B)293.33º31.58%67.06%-
XYZ29.2323.6641.55-
YUV137.51146.9147.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=36.42%
G=25.83%
B=37.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651171710.040.3200.33293.3324.3256.47
HexA575AB4200211251838
Octal2451652534400414453070
Binary10100101111010110101011100100000010000110010010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575AB; }

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

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

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

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

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

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

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

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