#AF85BA

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

Shades of East Side #AF85BA

Tints of East Side #AF85BA

Color information

#AF85BA (or 0xAF85BA) is unknown color: approx East Side. HEX triplet: AF, 85 and BA. RGB value is (175,133,186). Sum of RGB (Red+Green+Blue) = 175+133+186=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85BA is #507A45. Grayscale: #979797. Windows color (decimal): -5274182 or 12223919. OLE color: 12223919.

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

Color convert

RGB175133186-
CMYK0.060.2800.27
HSL287.55º27.75%62.55%-
HSV(B)287.55º28.49%72.94%-
XYZ34.9329.4350.29-
YUV151.6147.41144.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=35.43%
G=26.92%
B=37.65%

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
Decimal1751331860.060.2800.27287.5527.7562.55
HexAF85BA61C01B1201c3f
Octal2572052726340334403477
Binary1010111110000101101110101101110001101110010000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85BA; }

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

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

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

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

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

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

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

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