#AF8FBF

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

Shades of East Side #AF8FBF

Tints of East Side #AF8FBF

Color information

#AF8FBF (or 0xAF8FBF) is unknown color: approx East Side. HEX triplet: AF, 8F and BF. RGB value is (175,143,191). Sum of RGB (Red+Green+Blue) = 175+143+191=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF8FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FBF is #507040. Grayscale: #9D9D9D. Windows color (decimal): -5271617 or 12554159. OLE color: 12554159.

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

Color convert

RGB175143191-
CMYK0.080.2500.25
HSL280º27.27%65.49%-
HSV(B)280º25.13%74.9%-
XYZ36.9132.5253.62-
YUV158.04146.6140.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 143 (56.25% from 255) = 28.09%
BLUE value IS 191 (75% from 255) = 37.52%
R=34.38%
G=28.09%
B=37.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751431910.080.2500.2528027.2765.49
HexAF8FBF8190191181b41
Octal257217277103103143033101
Binary101011111000111110111111100011001011001100011000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FBF; }

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

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

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

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

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

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

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

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