Html Css Color HEX #AB7997 Bouquet

📋 copy color: '#AB7997'

red 171 ◦ green 121 ◦ blue 151

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

Shades of Bouquet #AB7997

Tints of Bouquet #AB7997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.31%

 BLUE value IS 151 (59.38% from 255) = 34.09%

R = 38.6%
G = 27.31%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB7997 (or 0xAB7997) is known color: Bouquet. HEX triplet: AB, 79 and 97. RGB value is (171,121,151). Sum of RGB (Red+Green+Blue) = 171+121+151=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7997 is #548668. Grayscale: #8B8B8B. Windows color (decimal): -5539433 or 9927083. OLE color: 9927083.

HSL color Cylindrical-coordinate representation of color #AB7997: hue angle of 324º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7997 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 121 151 -
CMYK 0 0.29 0.12 0.33
HSL 324º 0.23% 0.57% -
HSV(B) 324º 0.29% 0.67% -
XYZ 29.22 24.57 32.48 -
YUV 139.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 171 121 151 0 0.29 0.12 0.33 324 0.23 0.57
Hex AB 79 97 0 1D C 21 144 17 39
Octal 253 171 227 0 35 14 41 504 27 71
Binary 10101011 1111001 10010111 0 11101 1100 100001 101000100 10111 111001

Color Harmonies of #AB7997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7997

Black with #AB7997

Text Example


Text Example

White with #AB7997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7997; }

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

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

background-color css

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

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

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

border-color css

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

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

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