#AF83BB

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

Shades of East Side #AF83BB

Tints of East Side #AF83BB

Color information

#AF83BB (or 0xAF83BB) is unknown color: approx East Side. HEX triplet: AF, 83 and BB. RGB value is (175,131,187). Sum of RGB (Red+Green+Blue) = 175+131+187=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF83BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83BB is #507C44. Grayscale: #969696. Windows color (decimal): -5274693 or 12288943. OLE color: 12288943.

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

Color convert

RGB175131187-
CMYK0.060.3000.27
HSL287.14º29.17%62.35%-
HSV(B)287.14º29.95%73.33%-
XYZ34.7728.9350.77-
YUV150.54148.58145.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=35.50%
G=26.57%
B=37.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751311870.060.3000.27287.1429.1762.35
HexAF83BB61E01B11f1d3e
Octal2572032736360334373576
Binary1010111110000011101110111101111001101110001111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83BB; }

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

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

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

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

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

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

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

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