#AF9FBE

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

Shades of East Side #AF9FBE

Tints of East Side #AF9FBE

Color information

#AF9FBE (or 0xAF9FBE) is unknown color: approx East Side. HEX triplet: AF, 9F and BE. RGB value is (175,159,190). Sum of RGB (Red+Green+Blue) = 175+159+190=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF9FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FBE is #506041. Grayscale: #A7A7A7. Windows color (decimal): -5267522 or 12492719. OLE color: 12492719.

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

Color convert

RGB175159190-
CMYK0.080.1600.25
HSL270.97º19.25%68.43%-
HSV(B)270.97º16.32%74.51%-
XYZ39.3737.6353.9-
YUV167.32140.8133.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=33.40%
G=30.34%
B=36.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751591900.080.1600.25270.9719.2568.43
HexAF9FBE81001910f1344
Octal257237276102003141723104
Binary101011111001111110111110100010000011001100001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FBE; }

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

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

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

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

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

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

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

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