#AF90BB

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

Shades of East Side #AF90BB

Tints of East Side #AF90BB

Color information

#AF90BB (or 0xAF90BB) is unknown color: approx East Side. HEX triplet: AF, 90 and BB. RGB value is (175,144,187). Sum of RGB (Red+Green+Blue) = 175+144+187=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF90BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90BB is #506F44. Grayscale: #9E9E9E. Windows color (decimal): -5271365 or 12292271. OLE color: 12292271.

HSL color Cylindrical-coordinate representation of color #AF90BB: hue angle of 283.26º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF90BB is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175144187-
CMYK0.060.2300.27
HSL283.26º24.02%64.9%-
HSV(B)283.26º22.99%73.33%-
XYZ36.6232.6551.39-
YUV158.17144.27140-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 144 (56.64% from 255) = 28.46%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=34.58%
G=28.46%
B=36.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751441870.060.2300.27283.2624.0264.9
HexAF90BB61701B11b1841
Octal25722027362703343330101
Binary10101111100100001011101111010111011011100011011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90BB; }

 p { color: rgb(175,144,187); }

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

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

 a { background-color: rgb(175,144,187); }

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

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

 span { border-color: rgb(175,144,187); }

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