#AF99BC

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

Shades of East Side #AF99BC

Tints of East Side #AF99BC

Color information

#AF99BC (or 0xAF99BC) is unknown color: approx East Side. HEX triplet: AF, 99 and BC. RGB value is (175,153,188). Sum of RGB (Red+Green+Blue) = 175+153+188=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF99BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99BC is #506643. Grayscale: #A3A3A3. Windows color (decimal): -5269060 or 12360111. OLE color: 12360111.

HSL color Cylindrical-coordinate representation of color #AF99BC: hue angle of 277.71º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF99BC is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175153188-
CMYK0.070.1900.26
HSL277.71º20.71%66.86%-
HSV(B)277.71º18.62%73.73%-
XYZ38.1535.5352.42-
YUV163.57141.79136.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=33.91%
G=29.65%
B=36.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751531880.070.1900.26277.7120.7166.86
HexAF99BC71301A1161543
Octal25723127472303242625103
Binary10101111100110011011110011110011011010100010110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99BC; }

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

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

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

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

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

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

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

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