Html Css Color HEX #AB97BA East Side

📋 copy color: '#AB97BA'

red 171 ◦ green 151 ◦ blue 186

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

Shades of East Side #AB97BA

Tints of East Side #AB97BA

RGB

 RED value IS 171 (67.19% from 255) = 33.66%

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

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 33.66%
G = 29.72%
B = 36.61%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB97BA (or 0xAB97BA) is known color: East Side. HEX triplet: AB, 97 and BA. RGB value is (171,151,186). Sum of RGB (Red+Green+Blue) = 171+151+186=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB97BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97BA is #546845. Grayscale: #A0A0A0. Windows color (decimal): -5531718 or 12228523. OLE color: 12228523.

HSL color Cylindrical-coordinate representation of color #AB97BA: hue angle of 274.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB97BA is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 151 186 -
CMYK 0.08 0.19 0 0.27
HSL 274.29º 0.2% 0.66% -
HSV(B) 274.29º 0.19% 0.73% -
XYZ 36.72 34.34 51.15 -
YUV 160.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 171 151 186 0.08 0.19 0 0.27 274.29 0.2 0.66
Hex AB 97 BA 8 13 0 1B 112 14 42
Octal 253 227 272 10 23 0 33 422 24 102
Binary 10101011 10010111 10111010 1000 10011 0 11011 100010010 10100 1000010

Color Harmonies of #AB97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB97BA

Black with #AB97BA

Text Example


Text Example

White with #AB97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB97BA; }

 p { color: rgb(171,151,186); }

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

background-color css

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

 a { background-color: rgb(171,151,186); }

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

border-color css

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

 span { border-color: rgb(171,151,186); }

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