#AF83BA

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

Shades of East Side #AF83BA

Tints of East Side #AF83BA

Color information

#AF83BA (or 0xAF83BA) is unknown color: approx East Side. HEX triplet: AF, 83 and BA. RGB value is (175,131,186). Sum of RGB (Red+Green+Blue) = 175+131+186=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83BA is #507C45. Grayscale: #969696. Windows color (decimal): -5274694 or 12223407. OLE color: 12223407.

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

Color convert

RGB175131186-
CMYK0.060.3000.27
HSL288º28.5%62.16%-
HSV(B)288º29.57%72.94%-
XYZ34.6628.8950.2-
YUV150.43148.08145.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=35.57%
G=26.63%
B=37.80%

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
Decimal1751311860.060.3000.2728828.562.16
HexAF83BA61E01B1201c3e
Octal2572032726360334403476
Binary1010111110000011101110101101111001101110010000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83BA; }

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

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

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

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

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

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

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

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