#A975BA

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

Shades of East Side #A975BA

Tints of East Side #A975BA

Color information

#A975BA (or 0xA975BA) is unknown color: approx East Side. HEX triplet: A9, 75 and BA. RGB value is (169,117,186). Sum of RGB (Red+Green+Blue) = 169+117+186=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #A975BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975BA is #568A45. Grayscale: #8C8C8C. Windows color (decimal): -5671494 or 12219817. OLE color: 12219817.

HSL color Cylindrical-coordinate representation of color #A975BA: hue angle of 285.22º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A975BA is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169117186-
CMYK0.090.3700.27
HSL285.22º33.33%59.41%-
HSV(B)285.22º37.1%72.94%-
XYZ31.5924.749.56-
YUV140.41153.73148.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=35.81%
G=24.79%
B=39.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691171860.090.3700.27285.2233.3359.41
HexA975BA92501B11d213b
Octal25116527211450334354173
Binary101010011110101101110101001100101011011100011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A975BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A975BA; }

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

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

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

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

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

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

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

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