#AF93BB

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

Shades of East Side #AF93BB

Tints of East Side #AF93BB

Color information

#AF93BB (or 0xAF93BB) is unknown color: approx East Side. HEX triplet: AF, 93 and BB. RGB value is (175,147,187). Sum of RGB (Red+Green+Blue) = 175+147+187=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF93BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93BB is #506C44. Grayscale: #9F9F9F. Windows color (decimal): -5270597 or 12293039. OLE color: 12293039.

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

Color convert

RGB175147187-
CMYK0.060.2100.27
HSL282º22.73%65.49%-
HSV(B)282º21.39%73.33%-
XYZ37.0833.5751.54-
YUV159.93143.28138.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=34.38%
G=28.88%
B=36.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751471870.060.2100.2728222.7365.49
HexAF93BB61501B11a1741
Octal25722327362503343227101
Binary10101111100100111011101111010101011011100011010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93BB; }

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

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

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

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

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

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

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

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