#AF99BE

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

Shades of East Side #AF99BE

Tints of East Side #AF99BE

Color information

#AF99BE (or 0xAF99BE) is unknown color: approx East Side. HEX triplet: AF, 99 and BE. RGB value is (175,153,190). Sum of RGB (Red+Green+Blue) = 175+153+190=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF99BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99BE is #506641. Grayscale: #A3A3A3. Windows color (decimal): -5269058 or 12491183. OLE color: 12491183.

HSL color Cylindrical-coordinate representation of color #AF99BE: hue angle of 275.68º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF99BE is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175153190-
CMYK0.080.1900.25
HSL275.68º22.16%67.25%-
HSV(B)275.68º19.47%74.51%-
XYZ38.3635.6153.57-
YUV163.8142.79135.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=33.78%
G=29.54%
B=36.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751531900.080.1900.25275.6822.1667.25
HexAF99BE8130191141643
Octal257231276102303142426103
Binary101011111001100110111110100010011011001100010100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99BE; }

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

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

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

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

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

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

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

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