#AF94C7

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

Shades of East Side #AF94C7

Tints of East Side #AF94C7

Color information

#AF94C7 (or 0xAF94C7) is unknown color: approx East Side. HEX triplet: AF, 94 and C7. RGB value is (175,148,199). Sum of RGB (Red+Green+Blue) = 175+148+199=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF94C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94C7 is #506B38. Grayscale: #A1A1A1. Windows color (decimal): -5270329 or 13079727. OLE color: 13079727.

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

Color convert

RGB175148199-
CMYK0.120.2600.22
HSL271.76º31.29%68.04%-
HSV(B)271.76º25.63%78.04%-
XYZ38.5834.4258.64-
YUV161.89148.95137.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 148 (58.20% from 255) = 28.35%
BLUE value IS 199 (78.12% from 255) = 38.12%
R=33.52%
G=28.35%
B=38.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751481990.120.2600.22271.7631.2968.04
HexAF94C7C1A0161101f44
Octal257224307143202642037104
Binary101011111001010011000111110011010010110100010000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94C7; }

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

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

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

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

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

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

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

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