#AF83BF

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

Shades of East Side #AF83BF

Tints of East Side #AF83BF

Color information

#AF83BF (or 0xAF83BF) is unknown color: approx East Side. HEX triplet: AF, 83 and BF. RGB value is (175,131,191). Sum of RGB (Red+Green+Blue) = 175+131+191=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF83BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83BF is #507C40. Grayscale: #969696. Windows color (decimal): -5274689 or 12551087. OLE color: 12551087.

HSL color Cylindrical-coordinate representation of color #AF83BF: hue angle of 284º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF83BF is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175131191-
CMYK0.080.3100.25
HSL284º31.91%63.14%-
HSV(B)284º31.41%74.9%-
XYZ35.229.1153.05-
YUV151150.58145.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 191 (75% from 255) = 38.43%
R=35.21%
G=26.36%
B=38.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751311910.080.3100.2528431.9163.14
HexAF83BF81F01911c203f
Octal25720327710370314344077
Binary101011111000001110111111100011111011001100011100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83BF; }

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

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

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

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

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

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

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

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