Html Css Color HEX #AC97C1 East Side

📋 copy color: '#AC97C1'

red 172 ◦ green 151 ◦ blue 193

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

Shades of East Side #AC97C1

Tints of East Side #AC97C1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.26%

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

R = 33.33%
G = 29.26%
B = 37.4%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC97C1 (or 0xAC97C1) is known color: East Side. HEX triplet: AC, 97 and C1. RGB value is (172,151,193). Sum of RGB (Red+Green+Blue) = 172+151+193=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC97C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97C1 is #53683E. Grayscale: #A1A1A1. Windows color (decimal): -5466175 or 12687276. OLE color: 12687276.

HSL color Cylindrical-coordinate representation of color #AC97C1: hue angle of 270º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC97C1 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 151 193 -
CMYK 0.11 0.22 0 0.24
HSL 270º 0.25% 0.67% -
HSV(B) 270º 0.22% 0.76% -
XYZ 37.71 34.75 55.17 -
YUV 162.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 172 151 193 0.11 0.22 0 0.24 270 0.25 0.67
Hex AC 97 C1 B 16 0 18 10E 19 43
Octal 254 227 301 13 26 0 30 416 31 103
Binary 10101100 10010111 11000001 1011 10110 0 11000 100001110 11001 1000011

Color Harmonies of #AC97C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC97C1

Black with #AC97C1

Text Example


Text Example

White with #AC97C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC97C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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