Html Css Color HEX #AB97C1 East Side

📋 copy color: '#AB97C1'

red 171 ◦ green 151 ◦ blue 193

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

Shades of East Side #AB97C1

Tints of East Side #AB97C1

RGB

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

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

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

R = 33.2%
G = 29.32%
B = 37.48%

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

#AB97C1 (or 0xAB97C1) is known color: East Side. HEX triplet: AB, 97 and C1. RGB value is (171,151,193). Sum of RGB (Red+Green+Blue) = 171+151+193=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB97C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97C1 is #54683E. Grayscale: #A1A1A1. Windows color (decimal): -5531711 or 12687275. OLE color: 12687275.

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

Color convert

RGB 171 151 193 -
CMYK 0.11 0.22 0 0.24
HSL 268.57º 0.25% 0.67% -
HSV(B) 268.57º 0.22% 0.76% -
XYZ 37.49 34.64 55.16 -
YUV 161.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 171 151 193 0.11 0.22 0 0.24 268.57 0.25 0.67
Hex AB 97 C1 B 16 0 18 10D 19 43
Octal 253 227 301 13 26 0 30 415 31 103
Binary 10101011 10010111 11000001 1011 10110 0 11000 100001101 11001 1000011

Color Harmonies of #AB97C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB97C1

Black with #AB97C1

Text Example


Text Example

White with #AB97C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB97C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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