Html Css Color HEX #AC98C1 East Side

📋 copy color: '#AC98C1'

red 172 ◦ green 152 ◦ blue 193

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

Shades of East Side #AC98C1

Tints of East Side #AC98C1

RGB

 RED value IS 172 (67.58% from 255) = 33.27%

 GREEN value IS 152 (59.77% from 255) = 29.4%

 BLUE value IS 193 (75.78% from 255) = 37.33%

R = 33.27%
G = 29.4%
B = 37.33%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

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

RGB 172 152 193 -
CMYK 0.11 0.21 0 0.24
HSL 269.27º 0.25% 0.68% -
HSV(B) 269.27º 0.21% 0.76% -
XYZ 37.87 35.08 55.23 -
YUV 162.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 172 152 193 0.11 0.21 0 0.24 269.27 0.25 0.68
Hex AC 98 C1 B 15 0 18 10D 19 44
Octal 254 230 301 13 25 0 30 415 31 104
Binary 10101100 10011000 11000001 1011 10101 0 11000 100001101 11001 1000100

Color Harmonies of #AC98C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98C1

Black with #AC98C1

Text Example


Text Example

White with #AC98C1

Text Example


Text Example

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