#AF91C1

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

Shades of East Side #AF91C1

Tints of East Side #AF91C1

Color information

#AF91C1 (or 0xAF91C1) is unknown color: approx East Side. HEX triplet: AF, 91 and C1. RGB value is (175,145,193). Sum of RGB (Red+Green+Blue) = 175+145+193=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF91C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91C1 is #506E3E. Grayscale: #9F9F9F. Windows color (decimal): -5271103 or 12685743. OLE color: 12685743.

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

Color convert

RGB175145193-
CMYK0.090.2500.24
HSL277.5º27.91%66.27%-
HSV(B)277.5º24.87%75.69%-
XYZ37.4333.2254.89-
YUV159.44146.94139.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 145 (57.03% from 255) = 28.27%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=34.11%
G=28.27%
B=37.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751451930.090.2500.24277.527.9166.27
HexAF91C19190181161c42
Octal257221301113103042634102
Binary101011111001000111000001100111001011000100010110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF91C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF91C1; }

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

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

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

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

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

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

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

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