#AF92C4

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

Shades of East Side #AF92C4

Tints of East Side #AF92C4

Color information

#AF92C4 (or 0xAF92C4) is unknown color: approx East Side. HEX triplet: AF, 92 and C4. RGB value is (175,146,196). Sum of RGB (Red+Green+Blue) = 175+146+196=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF92C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92C4 is #506D3B. Grayscale: #A0A0A0. Windows color (decimal): -5270844 or 12882607. OLE color: 12882607.

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

Color convert

RGB175146196-
CMYK0.110.2600.23
HSL274.8º29.76%67.06%-
HSV(B)274.8º25.51%76.86%-
XYZ37.9233.6656.72-
YUV160.37148.11138.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 146 (57.42% from 255) = 28.24%
BLUE value IS 196 (76.95% from 255) = 37.91%
R=33.85%
G=28.24%
B=37.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751461960.110.2600.23274.829.7667.06
HexAF92C4B1A0171131e43
Octal257222304133202742336103
Binary101011111001001011000100101111010010111100010011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92C4; }

 p { color: rgb(175,146,196); }

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

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

 a { background-color: rgb(175,146,196); }

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

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

 span { border-color: rgb(175,146,196); }

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