#AFA0BE

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

Shades of East Side #AFA0BE

Tints of East Side #AFA0BE

Color information

#AFA0BE (or 0xAFA0BE) is unknown color: approx East Side. HEX triplet: AF, A0 and BE. RGB value is (175,160,190). Sum of RGB (Red+Green+Blue) = 175+160+190=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #AFA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0BE is #505F41. Grayscale: #A7A7A7. Windows color (decimal): -5267266 or 12492975. OLE color: 12492975.

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

Color convert

RGB175160190-
CMYK0.080.1600.25
HSL270º18.75%68.63%-
HSV(B)270º15.79%74.51%-
XYZ39.5437.9753.96-
YUV167.9140.47133.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=33.33%
G=30.48%
B=36.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751601900.080.1600.2527018.7568.63
HexAFA0BE81001910e1345
Octal257240276102003141623105
Binary101011111010000010111110100010000011001100001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0BE; }

 p { color: rgb(175,160,190); }

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

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

 a { background-color: rgb(175,160,190); }

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

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

 span { border-color: rgb(175,160,190); }

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