#AC98C1

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

Shades of East Side #AC98C1

Tints of East Side #AC98C1

Color information

#AC98C1 (or 0xAC98C1) is unknown color: approx East Side. HEX triplet: AC, 98 and C1. RGB value is (172,152,193). Sum of RGB (Red+Green+Blue) = 172+152+193=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC98C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98C1 is #53673E. Grayscale: #A2A2A2. Windows color (decimal): -5465919 or 12687532. OLE color: 12687532.

HSL color Cylindrical-coordinate representation of color #AC98C1: hue angle of 269.27º degrees, saturation: 0.25, 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 #AC98C1 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172152193-
CMYK0.110.2100.24
HSL269.27º24.85%67.65%-
HSV(B)269.27º21.24%75.69%-
XYZ37.8735.0855.23-
YUV162.65145.13134.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=33.27%
G=29.40%
B=37.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721521930.110.2100.24269.2724.8567.65
HexAC98C1B1501810d1944
Octal254230301132503041531104
Binary101011001001100011000001101110101011000100001101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98C1; }

 p { color: rgb(172,152,193); }

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

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

 a { background-color: rgb(172,152,193); }

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

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

 span { border-color: rgb(172,152,193); }

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