#AF97BC

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

Shades of East Side #AF97BC

Tints of East Side #AF97BC

Color information

#AF97BC (or 0xAF97BC) is unknown color: approx East Side. HEX triplet: AF, 97 and BC. RGB value is (175,151,188). Sum of RGB (Red+Green+Blue) = 175+151+188=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF97BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97BC is #506843. Grayscale: #A2A2A2. Windows color (decimal): -5269572 or 12359599. OLE color: 12359599.

HSL color Cylindrical-coordinate representation of color #AF97BC: hue angle of 278.92º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF97BC is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175151188-
CMYK0.070.2000.26
HSL278.92º21.64%66.47%-
HSV(B)278.92º19.68%73.73%-
XYZ37.8234.8852.32-
YUV162.39142.45136.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 151 (59.38% from 255) = 29.38%
BLUE value IS 188 (73.83% from 255) = 36.58%
R=34.05%
G=29.38%
B=36.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751511880.070.2000.26278.9221.6466.47
HexAF97BC71401A1171642
Octal25722727472403242726102
Binary10101111100101111011110011110100011010100010111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97BC; }

 p { color: rgb(175,151,188); }

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

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

 a { background-color: rgb(175,151,188); }

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

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

 span { border-color: rgb(175,151,188); }

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