Html Css Color HEX #AC99C1 East Side

📋 copy color: '#AC99C1'

red 172 ◦ green 153 ◦ blue 193

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

Shades of East Side #AC99C1

Tints of East Side #AC99C1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.54%

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

R = 33.2%
G = 29.54%
B = 37.26%

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

#AC99C1 (or 0xAC99C1) is known color: East Side. HEX triplet: AC, 99 and C1. RGB value is (172,153,193). Sum of RGB (Red+Green+Blue) = 172+153+193=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC99C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99C1 is #53663E. Grayscale: #A3A3A3. Windows color (decimal): -5465663 or 12687788. OLE color: 12687788.

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

Color convert

RGB 172 153 193 -
CMYK 0.11 0.21 0 0.24
HSL 268.5º 0.24% 0.68% -
HSV(B) 268.5º 0.21% 0.76% -
XYZ 38.03 35.4 55.28 -
YUV 163.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 172 153 193 0.11 0.21 0 0.24 268.5 0.24 0.68
Hex AC 99 C1 B 15 0 18 10C 18 44
Octal 254 231 301 13 25 0 30 414 30 104
Binary 10101100 10011001 11000001 1011 10101 0 11000 100001100 11000 1000100

Color Harmonies of #AC99C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99C1

Black with #AC99C1

Text Example


Text Example

White with #AC99C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99C1; }

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

 H1.HeaderClassName
 {
   color: #AC99C1;
 }
 .AnyTagClassName
 {
   color: #AC99C1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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