#AF84BA

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

Shades of East Side #AF84BA

Tints of East Side #AF84BA

Color information

#AF84BA (or 0xAF84BA) is unknown color: approx East Side. HEX triplet: AF, 84 and BA. RGB value is (175,132,186). Sum of RGB (Red+Green+Blue) = 175+132+186=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF84BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84BA is #507B45. Grayscale: #969696. Windows color (decimal): -5274438 or 12223663. OLE color: 12223663.

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

Color convert

RGB175132186-
CMYK0.060.2900.27
HSL287.78º28.12%62.35%-
HSV(B)287.78º29.03%72.94%-
XYZ34.7929.1650.25-
YUV151.01147.75145.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=35.50%
G=26.77%
B=37.73%

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
Decimal1751321860.060.2900.27287.7828.1262.35
HexAF84BA61D01B1201c3e
Octal2572042726350334403476
Binary1010111110000100101110101101110101101110010000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84BA; }

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

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

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

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

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

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

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

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