#AC98B2

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

Shades of East Side #AC98B2

Tints of East Side #AC98B2

Color information

#AC98B2 (or 0xAC98B2) is unknown color: approx East Side. HEX triplet: AC, 98 and B2. RGB value is (172,152,178). Sum of RGB (Red+Green+Blue) = 172+152+178=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC98B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98B2 is #53674D. Grayscale: #A0A0A0. Windows color (decimal): -5465934 or 11704492. OLE color: 11704492.

HSL color Cylindrical-coordinate representation of color #AC98B2: hue angle of 286.15º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC98B2 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB172152178-
CMYK0.030.1500.30
HSL286.15º14.44%64.71%-
HSV(B)286.15º14.61%69.8%-
XYZ36.2834.4446.86-
YUV160.94137.63135.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 178 (69.92% from 255) = 35.46%
R=34.26%
G=30.28%
B=35.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721521780.030.1500.30286.1514.4464.71
HexAC98B23F01E11ee41
Octal25423026231703643616101
Binary10101100100110001011001011111101111010001111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98B2; }

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

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

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

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

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

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

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

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