#AF81BB

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

Shades of East Side #AF81BB

Tints of East Side #AF81BB

Color information

#AF81BB (or 0xAF81BB) is unknown color: approx East Side. HEX triplet: AF, 81 and BB. RGB value is (175,129,187). Sum of RGB (Red+Green+Blue) = 175+129+187=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF81BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81BB is #507E44. Grayscale: #959595. Windows color (decimal): -5275205 or 12288431. OLE color: 12288431.

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

Color convert

RGB175129187-
CMYK0.060.3100.27
HSL287.59º29.9%61.96%-
HSV(B)287.59º31.02%73.33%-
XYZ34.528.450.68-
YUV149.37149.24146.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=35.64%
G=26.27%
B=38.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751291870.060.3100.27287.5929.961.96
HexAF81BB61F01B1201e3e
Octal2572012736370334403676
Binary1010111110000001101110111101111101101110010000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81BB; }

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

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

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

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

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

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

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

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