#A975B6

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

Shades of East Side #A975B6

Tints of East Side #A975B6

Color information

#A975B6 (or 0xA975B6) is unknown color: approx East Side. HEX triplet: A9, 75 and B6. RGB value is (169,117,182). Sum of RGB (Red+Green+Blue) = 169+117+182=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 182 - color contains mainly: blue. Hex color #A975B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975B6 is #568A49. Grayscale: #8B8B8B. Windows color (decimal): -5671498 or 11957673. OLE color: 11957673.

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

Color convert

RGB169117182-
CMYK0.070.3600.29
HSL288º30.81%58.63%-
HSV(B)288º35.71%71.37%-
XYZ31.1724.5347.35-
YUV139.96151.73148.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 182 (71.48% from 255) = 38.89%
R=36.11%
G=25%
B=38.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691171820.070.3600.2928830.8158.63
HexA975B672401D1201f3b
Octal2511652667440354403773
Binary1010100111101011011011011110010001110110010000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A975B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A975B6; }

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

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

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

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

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

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

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

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