#AF80BB

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

Shades of East Side #AF80BB

Tints of East Side #AF80BB

Color information

#AF80BB (or 0xAF80BB) is unknown color: approx East Side. HEX triplet: AF, 80 and BB. RGB value is (175,128,187). Sum of RGB (Red+Green+Blue) = 175+128+187=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF80BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80BB is #507F44. Grayscale: #949494. Windows color (decimal): -5275461 or 12288175. OLE color: 12288175.

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

Color convert

RGB175128187-
CMYK0.060.3200.27
HSL287.8º30.26%61.76%-
HSV(B)287.8º31.55%73.33%-
XYZ34.3728.1450.63-
YUV148.78149.57146.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 128 (50.39% from 255) = 26.12%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=35.71%
G=26.12%
B=38.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751281870.060.3200.27287.830.2661.76
HexAF80BB62001B1201e3e
Octal2572002736400334403676
Binary10101111100000001011101111010000001101110010000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80BB; }

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

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

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

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

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

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

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

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