#A975B7

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

Shades of East Side #A975B7

Tints of East Side #A975B7

Color information

#A975B7 (or 0xA975B7) is unknown color: approx East Side. HEX triplet: A9, 75 and B7. RGB value is (169,117,183). Sum of RGB (Red+Green+Blue) = 169+117+183=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 183 - color contains mainly: blue. Hex color #A975B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975B7 is #568A48. Grayscale: #8B8B8B. Windows color (decimal): -5671497 or 12023209. OLE color: 12023209.

HSL color Cylindrical-coordinate representation of color #A975B7: hue angle of 287.27º 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 #A975B7 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB169117183-
CMYK0.080.3600.28
HSL287.27º31.43%58.82%-
HSV(B)287.27º36.07%71.76%-
XYZ31.2724.5847.9-
YUV140.07152.23148.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 183 (71.88% from 255) = 39.02%
R=36.03%
G=24.95%
B=39.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691171830.080.3600.28287.2731.4358.82
HexA975B782401C11f1f3b
Octal25116526710440344373773
Binary10101001111010110110111100010010001110010001111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A975B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A975B7; }

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

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

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

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

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

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

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

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