#AF84BB

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

Shades of East Side #AF84BB

Tints of East Side #AF84BB

Color information

#AF84BB (or 0xAF84BB) is unknown color: approx East Side. HEX triplet: AF, 84 and BB. RGB value is (175,132,187). Sum of RGB (Red+Green+Blue) = 175+132+187=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF84BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84BB is #507B44. Grayscale: #969696. Windows color (decimal): -5274437 or 12289199. OLE color: 12289199.

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

Color convert

RGB175132187-
CMYK0.060.2900.27
HSL286.91º28.8%62.55%-
HSV(B)286.91º29.41%73.33%-
XYZ34.929.250.81-
YUV151.13148.25145.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=35.43%
G=26.72%
B=37.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751321870.060.2900.27286.9128.862.55
HexAF84BB61D01B11f1d3f
Octal2572042736350334373577
Binary1010111110000100101110111101110101101110001111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84BB; }

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

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

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

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

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

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

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

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