Html Css Color HEX #AB7996 Bouquet

📋 copy color: '#AB7996'

red 171 ◦ green 121 ◦ blue 150

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

Shades of Bouquet #AB7996

Tints of Bouquet #AB7996

RGB

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

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

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

R = 38.69%
G = 27.38%
B = 33.94%

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

#AB7996 (or 0xAB7996) is known color: Bouquet. HEX triplet: AB, 79 and 96. RGB value is (171,121,150). Sum of RGB (Red+Green+Blue) = 171+121+150=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7996 is #548669. Grayscale: #8B8B8B. Windows color (decimal): -5539434 or 9861547. OLE color: 9861547.

HSL color Cylindrical-coordinate representation of color #AB7996: hue angle of 325.2º 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 #AB7996 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 121 150 -
CMYK 0 0.29 0.12 0.33
HSL 325.2º 0.23% 0.57% -
HSV(B) 325.2º 0.29% 0.67% -
XYZ 29.14 24.53 32.05 -
YUV 139.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 171 121 150 0 0.29 0.12 0.33 325.2 0.23 0.57
Hex AB 79 96 0 1D C 21 145 17 39
Octal 253 171 226 0 35 14 41 505 27 71
Binary 10101011 1111001 10010110 0 11101 1100 100001 101000101 10111 111001

Color Harmonies of #AB7996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7996

Black with #AB7996

Text Example


Text Example

White with #AB7996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7996; }

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

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

background-color css

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

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

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

border-color css

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

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

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