#AF8EC1

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

Shades of East Side #AF8EC1

Tints of East Side #AF8EC1

Color information

#AF8EC1 (or 0xAF8EC1) is unknown color: approx East Side. HEX triplet: AF, 8E and C1. RGB value is (175,142,193). Sum of RGB (Red+Green+Blue) = 175+142+193=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF8EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EC1 is #50713E. Grayscale: #9D9D9D. Windows color (decimal): -5271871 or 12684975. OLE color: 12684975.

HSL color Cylindrical-coordinate representation of color #AF8EC1: hue angle of 278.82º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8EC1 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175142193-
CMYK0.090.2600.24
HSL278.82º29.14%65.69%-
HSV(B)278.82º26.42%75.69%-
XYZ36.9832.3154.74-
YUV157.68147.93140.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=34.31%
G=27.84%
B=37.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751421930.090.2600.24278.8229.1465.69
HexAF8EC191A0181171d42
Octal257216301113203042735102
Binary101011111000111011000001100111010011000100010111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EC1; }

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

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

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

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

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

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

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

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