#A575A0

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

Shades of Violet Blue #A575A0

Tints of Violet Blue #A575A0

Color information

#A575A0 (or 0xA575A0) is unknown color: approx Violet Blue. HEX triplet: A5, 75 and A0. RGB value is (165,117,160). Sum of RGB (Red+Green+Blue) = 165+117+160=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 165 - color contains mainly: red. Hex color #A575A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A575A0 is #5A8A5F. Grayscale: #888888. Windows color (decimal): -5933664 or 10515877. OLE color: 10515877.

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

Color convert

RGB165117160-
CMYK00.290.030.35
HSL306.25º21.05%55.29%-
HSV(B)306.25º29.09%64.71%-
XYZ28.2223.2636.26-
YUV136.25141.4148.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.33%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 160 (62.89% from 255) = 36.20%
R=37.33%
G=26.47%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511716000.290.030.35306.2521.0555.29
HexA575A001D3231321537
Octal2451652400353434622567
Binary101001011110101101000000111011110001110011001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575A0; }

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

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

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

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

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

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

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

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