#AF8EBA

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

Shades of East Side #AF8EBA

Tints of East Side #AF8EBA

Color information

#AF8EBA (or 0xAF8EBA) is unknown color: approx East Side. HEX triplet: AF, 8E and BA. RGB value is (175,142,186). Sum of RGB (Red+Green+Blue) = 175+142+186=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF8EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EBA is #507145. Grayscale: #9C9C9C. Windows color (decimal): -5271878 or 12226223. OLE color: 12226223.

HSL color Cylindrical-coordinate representation of color #AF8EBA: hue angle of 285º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8EBA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175142186-
CMYK0.060.2400.27
HSL285º24.18%64.31%-
HSV(B)285º23.66%72.94%-
XYZ36.2232.0150.72-
YUV156.88144.43140.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=34.79%
G=28.23%
B=36.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751421860.060.2400.2728524.1864.31
HexAF8EBA61801B11d1840
Octal25721627263003343530100
Binary10101111100011101011101011011000011011100011101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EBA; }

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

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

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

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

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

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

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

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