#A97FCC

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

Shades of East Side #A97FCC

Tints of East Side #A97FCC

Color information

#A97FCC (or 0xA97FCC) is unknown color: approx East Side. HEX triplet: A9, 7F and CC. RGB value is (169,127,204). Sum of RGB (Red+Green+Blue) = 169+127+204=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #A97FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97FCC is #568033. Grayscale: #949494. Windows color (decimal): -5668916 or 13402025. OLE color: 13402025.

HSL color Cylindrical-coordinate representation of color #A97FCC: hue angle of 272.73º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A97FCC is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169127204-
CMYK0.170.3800.2
HSL272.73º43.02%64.9%-
HSV(B)272.73º37.75%80%-
XYZ34.8527.9760.69-
YUV148.34159.41142.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=33.8%
G=25.4%
B=40.8%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691272040.170.3800.2272.7343.0264.9
HexA97FCC11260141112b41
Octal251177314214602442153101
Binary10101001111111111001100100011001100101001000100011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97FCC; }

 p { color: rgb(169,127,204); }

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

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

 a { background-color: rgb(169,127,204); }

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

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

 span { border-color: rgb(169,127,204); }

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