#AF94C2

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

Shades of East Side #AF94C2

Tints of East Side #AF94C2

Color information

#AF94C2 (or 0xAF94C2) is unknown color: approx East Side. HEX triplet: AF, 94 and C2. RGB value is (175,148,194). Sum of RGB (Red+Green+Blue) = 175+148+194=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF94C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94C2 is #506B3D. Grayscale: #A1A1A1. Windows color (decimal): -5270334 or 12752047. OLE color: 12752047.

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

Color convert

RGB175148194-
CMYK0.100.2400.24
HSL275.22º27.38%67.06%-
HSV(B)275.22º23.71%76.08%-
XYZ38.0134.1955.63-
YUV161.32146.45137.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=33.85%
G=28.63%
B=37.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751481940.100.2400.24275.2227.3867.06
HexAF94C2A180181131b43
Octal257224302123003042333103
Binary101011111001010011000010101011000011000100010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94C2; }

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

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

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

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

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

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

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

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