#A575B7

Color #A575B7 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A575B7

Tints of East Side #A575B7

Color information

#A575B7 (or 0xA575B7) is unknown color: approx East Side. HEX triplet: A5, 75 and B7. RGB value is (165,117,183). Sum of RGB (Red+Green+Blue) = 165+117+183=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 183 - color contains mainly: blue. Hex color #A575B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575B7 is #5A8A48. Grayscale: #8A8A8A. Windows color (decimal): -5933641 or 12023205. OLE color: 12023205.

HSL color Cylindrical-coordinate representation of color #A575B7: hue angle of 283.64º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A575B7 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB165117183-
CMYK0.100.3600.28
HSL283.64º31.43%58.82%-
HSV(B)283.64º36.07%71.76%-
XYZ30.4324.1447.86-
YUV138.88152.9146.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 183 (71.88% from 255) = 39.35%
R=35.48%
G=25.16%
B=39.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651171830.100.3600.28283.6431.4358.82
HexA575B7A2401C11c1f3b
Octal24516526712440344343773
Binary10100101111010110110111101010010001110010001110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575B7; }

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

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

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

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

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

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

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

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