#AF99C1

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

Shades of East Side #AF99C1

Tints of East Side #AF99C1

Color information

#AF99C1 (or 0xAF99C1) is unknown color: approx East Side. HEX triplet: AF, 99 and C1. RGB value is (175,153,193). Sum of RGB (Red+Green+Blue) = 175+153+193=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF99C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99C1 is #50663E. Grayscale: #A3A3A3. Windows color (decimal): -5269055 or 12687791. OLE color: 12687791.

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

Color convert

RGB175153193-
CMYK0.090.2100.24
HSL273º24.39%67.84%-
HSV(B)273º20.73%75.69%-
XYZ38.735.7555.31-
YUV164.14144.29135.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=33.59%
G=29.37%
B=37.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751531930.090.2100.2427324.3967.84
HexAF99C19150181111844
Octal257231301112503042130104
Binary101011111001100111000001100110101011000100010001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99C1; }

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

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

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

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

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

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

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

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