#AF91C7

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

Shades of East Side #AF91C7

Tints of East Side #AF91C7

Color information

#AF91C7 (or 0xAF91C7) is unknown color: approx East Side. HEX triplet: AF, 91 and C7. RGB value is (175,145,199). Sum of RGB (Red+Green+Blue) = 175+145+199=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF91C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91C7 is #506E38. Grayscale: #9F9F9F. Windows color (decimal): -5271097 or 13078959. OLE color: 13078959.

HSL color Cylindrical-coordinate representation of color #AF91C7: hue angle of 273.33º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF91C7 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175145199-
CMYK0.120.2700.22
HSL273.33º32.53%67.45%-
HSV(B)273.33º27.14%78.04%-
XYZ38.1133.4958.49-
YUV160.13149.94138.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 145 (57.03% from 255) = 27.94%
BLUE value IS 199 (78.12% from 255) = 38.34%
R=33.72%
G=27.94%
B=38.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751451990.120.2700.22273.3332.5367.45
HexAF91C7C1B0161112143
Octal257221307143302642141103
Binary1010111110010001110001111100110110101101000100011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF91C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF91C7; }

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

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

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

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

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

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

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

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