Html Css Color HEX #AC98B2 East Side

📋 copy color: '#AC98B2'

red 172 ◦ green 152 ◦ blue 178

#AC98B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AC98B2

Tints of East Side #AC98B2

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 value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AC98B2 (or 0xAC98B2) is known color: 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

RGB 172 152 178 -
CMYK 0.03 0.15 0 0.30
HSL 286.15º 0.14% 0.65% -
HSV(B) 286.15º 0.15% 0.7% -
XYZ 36.28 34.44 46.86 -
YUV 160.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 172 152 178 0.03 0.15 0 0.30 286.15 0.14 0.65
Hex AC 98 B2 3 F 0 1E 11E E 41
Octal 254 230 262 3 17 0 36 436 16 101
Binary 10101100 10011000 10110010 11 1111 0 11110 100011110 1110 1000001

Color Harmonies of #AC98B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98B2

Black with #AC98B2

Text Example


Text Example

White with #AC98B2

Text Example


Text Example

HTML Codes & Css Web 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>