#AF91C3

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

Shades of East Side #AF91C3

Tints of East Side #AF91C3

Color information

#AF91C3 (or 0xAF91C3) is unknown color: approx East Side. HEX triplet: AF, 91 and C3. RGB value is (175,145,195). Sum of RGB (Red+Green+Blue) = 175+145+195=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF91C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91C3 is #506E3C. Grayscale: #9F9F9F. Windows color (decimal): -5271101 or 12816815. OLE color: 12816815.

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

Color convert

RGB175145195-
CMYK0.100.2600.24
HSL276º29.41%66.67%-
HSV(B)276º25.64%76.47%-
XYZ37.6533.356.07-
YUV159.67147.94138.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 195 (76.56% from 255) = 37.86%
R=33.98%
G=28.16%
B=37.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751451950.100.2600.2427629.4166.67
HexAF91C3A1A0181141d43
Octal257221303123203042435103
Binary101011111001000111000011101011010011000100010100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF91C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF91C3; }

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

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

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

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

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

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

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

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