#AF92C1

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

Shades of East Side #AF92C1

Tints of East Side #AF92C1

Color information

#AF92C1 (or 0xAF92C1) is unknown color: approx East Side. HEX triplet: AF, 92 and C1. RGB value is (175,146,193). Sum of RGB (Red+Green+Blue) = 175+146+193=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF92C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92C1 is #506D3E. Grayscale: #9F9F9F. Windows color (decimal): -5270847 or 12685999. OLE color: 12685999.

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

Color convert

RGB175146193-
CMYK0.090.2400.24
HSL277.02º27.49%66.47%-
HSV(B)277.02º24.35%75.69%-
XYZ37.5833.5254.94-
YUV160.03146.61138.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 146 (57.42% from 255) = 28.40%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=34.05%
G=28.40%
B=37.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751461930.090.2400.24277.0227.4966.47
HexAF92C19180181151b42
Octal257222301113003042533102
Binary101011111001001011000001100111000011000100010101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92C1; }

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

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

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

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

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

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

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

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