#AF86BB

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

Shades of East Side #AF86BB

Tints of East Side #AF86BB

Color information

#AF86BB (or 0xAF86BB) is unknown color: approx East Side. HEX triplet: AF, 86 and BB. RGB value is (175,134,187). Sum of RGB (Red+Green+Blue) = 175+134+187=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF86BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF86BB is #507944. Grayscale: #989898. Windows color (decimal): -5273925 or 12289711. OLE color: 12289711.

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

Color convert

RGB175134187-
CMYK0.060.2800.27
HSL286.42º28.04%62.94%-
HSV(B)286.42º28.34%73.33%-
XYZ35.1729.7550.9-
YUV152.3147.58144.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=35.28%
G=27.02%
B=37.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751341870.060.2800.27286.4228.0462.94
HexAF86BB61C01B11e1c3f
Octal2572062736340334363477
Binary1010111110000110101110111101110001101110001111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF86BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF86BB; }

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

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

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

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

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

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

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

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