#AF94C0

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

Shades of East Side #AF94C0

Tints of East Side #AF94C0

Color information

#AF94C0 (or 0xAF94C0) is unknown color: approx East Side. HEX triplet: AF, 94 and C0. RGB value is (175,148,192). Sum of RGB (Red+Green+Blue) = 175+148+192=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF94C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94C0 is #506B3F. Grayscale: #A0A0A0. Windows color (decimal): -5270336 or 12620975. OLE color: 12620975.

HSL color Cylindrical-coordinate representation of color #AF94C0: hue angle of 276.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF94C0 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175148192-
CMYK0.090.2300.25
HSL276.82º25.88%66.67%-
HSV(B)276.82º22.92%75.29%-
XYZ37.7834.154.46-
YUV161.09145.45137.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=33.98%
G=28.74%
B=37.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751481920.090.2300.25276.8225.8866.67
HexAF94C09170191151a43
Octal257224300112703142532103
Binary101011111001010011000000100110111011001100010101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94C0; }

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

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

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

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

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

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

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

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