#AF8EBE

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

Shades of East Side #AF8EBE

Tints of East Side #AF8EBE

Color information

#AF8EBE (or 0xAF8EBE) is unknown color: approx East Side. HEX triplet: AF, 8E and BE. RGB value is (175,142,190). Sum of RGB (Red+Green+Blue) = 175+142+190=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF8EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EBE is #507141. Grayscale: #9D9D9D. Windows color (decimal): -5271874 or 12488367. OLE color: 12488367.

HSL color Cylindrical-coordinate representation of color #AF8EBE: hue angle of 281.25º 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 #AF8EBE is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175142190-
CMYK0.080.2500.25
HSL281.25º26.97%65.1%-
HSV(B)281.25º25.26%74.51%-
XYZ36.6532.1852.99-
YUV157.34146.43140.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 142 (55.86% from 255) = 28.01%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=34.52%
G=28.01%
B=37.48%

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
Decimal1751421900.080.2500.25281.2526.9765.1
HexAF8EBE8190191191b41
Octal257216276103103143133101
Binary101011111000111010111110100011001011001100011001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EBE; }

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

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

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

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

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

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

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

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