#AF86BA

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

Shades of East Side #AF86BA

Tints of East Side #AF86BA

Color information

#AF86BA (or 0xAF86BA) is unknown color: approx East Side. HEX triplet: AF, 86 and BA. RGB value is (175,134,186). Sum of RGB (Red+Green+Blue) = 175+134+186=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF86BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF86BA is #507945. Grayscale: #989898. Windows color (decimal): -5273926 or 12224175. OLE color: 12224175.

HSL color Cylindrical-coordinate representation of color #AF86BA: hue angle of 287.31º degrees, saturation: 0.27, 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 #AF86BA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175134186-
CMYK0.060.2800.27
HSL287.31º27.37%62.75%-
HSV(B)287.31º27.96%72.94%-
XYZ35.0729.7150.34-
YUV152.19147.08144.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=35.35%
G=27.07%
B=37.58%

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
Decimal1751341860.060.2800.27287.3127.3762.75
HexAF86BA61C01B11f1b3f
Octal2572062726340334373377
Binary1010111110000110101110101101110001101110001111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF86BA; }

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

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

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

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

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

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

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

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