Html Css Color HEX #AB7B96 Bouquet

📋 copy color: '#AB7B96'

red 171 ◦ green 123 ◦ blue 150

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

Shades of Bouquet #AB7B96

Tints of Bouquet #AB7B96

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.7%

 BLUE value IS 150 (58.98% from 255) = 33.78%

R = 38.51%
G = 27.7%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB7B96 (or 0xAB7B96) is known color: Bouquet. HEX triplet: AB, 7B and 96. RGB value is (171,123,150). Sum of RGB (Red+Green+Blue) = 171+123+150=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7B96 is #548469. Grayscale: #8C8C8C. Windows color (decimal): -5538922 or 9862059. OLE color: 9862059.

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

Color convert

RGB 171 123 150 -
CMYK 0 0.28 0.12 0.33
HSL 326.25º 0.22% 0.58% -
HSV(B) 326.25º 0.28% 0.67% -
XYZ 29.38 25.03 32.14 -
YUV 140.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 171 123 150 0 0.28 0.12 0.33 326.25 0.22 0.58
Hex AB 7B 96 0 1C C 21 146 16 3A
Octal 253 173 226 0 34 14 41 506 26 72
Binary 10101011 1111011 10010110 0 11100 1100 100001 101000110 10110 111010

Color Harmonies of #AB7B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B96

Black with #AB7B96

Text Example


Text Example

White with #AB7B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B96; }

 p { color: rgb(171,123,150); }

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

background-color css

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

 a { background-color: rgb(171,123,150); }

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

border-color css

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

 span { border-color: rgb(171,123,150); }

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