#AC98BD

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

Shades of East Side #AC98BD

Tints of East Side #AC98BD

Color information

#AC98BD (or 0xAC98BD) is unknown color: approx East Side. HEX triplet: AC, 98 and BD. RGB value is (172,152,189). Sum of RGB (Red+Green+Blue) = 172+152+189=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC98BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98BD is #536742. Grayscale: #A2A2A2. Windows color (decimal): -5465923 or 12425388. OLE color: 12425388.

HSL color Cylindrical-coordinate representation of color #AC98BD: hue angle of 272.43º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC98BD is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172152189-
CMYK0.090.2000.26
HSL272.43º21.89%66.86%-
HSV(B)272.43º19.58%74.12%-
XYZ37.4334.952.91-
YUV162.2143.13134.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=33.53%
G=29.63%
B=36.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721521890.090.2000.26272.4321.8966.86
HexAC98BD91401A1101643
Octal254230275112403242026103
Binary101011001001100010111101100110100011010100010000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98BD; }

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

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

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

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

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

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

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

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