#AF91C8

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

Shades of East Side #AF91C8

Tints of East Side #AF91C8

Color information

#AF91C8 (or 0xAF91C8) is unknown color: approx East Side. HEX triplet: AF, 91 and C8. RGB value is (175,145,200). Sum of RGB (Red+Green+Blue) = 175+145+200=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF91C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91C8 is #506E37. Grayscale: #A0A0A0. Windows color (decimal): -5271096 or 13144495. OLE color: 13144495.

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

Color convert

RGB175145200-
CMYK0.120.2800.22
HSL272.73º33.33%67.65%-
HSV(B)272.73º27.5%78.43%-
XYZ38.2333.5359.1-
YUV160.24150.44138.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 200 (78.52% from 255) = 38.46%
R=33.65%
G=27.88%
B=38.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751452000.120.2800.22272.7333.3367.65
HexAF91C8C1C0161112144
Octal257221310143402642141104
Binary1010111110010001110010001100111000101101000100011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF91C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF91C8; }

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

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

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

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

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

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

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

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