Html Css Color HEX #AB7D95 Bouquet

📋 copy color: '#AB7D95'

red 171 ◦ green 125 ◦ blue 149

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

Shades of Bouquet #AB7D95

Tints of Bouquet #AB7D95

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.09%

 BLUE value IS 149 (58.59% from 255) = 33.48%

R = 38.43%
G = 28.09%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB7D95 (or 0xAB7D95) is known color: Bouquet. HEX triplet: AB, 7D and 95. RGB value is (171,125,149). Sum of RGB (Red+Green+Blue) = 171+125+149=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7D95 is #54826A. Grayscale: #8D8D8D. Windows color (decimal): -5538411 or 9797035. OLE color: 9797035.

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

Color convert

RGB 171 125 149 -
CMYK 0 0.27 0.13 0.33
HSL 328.7º 0.21% 0.58% -
HSV(B) 328.7º 0.27% 0.67% -
XYZ 29.55 25.5 31.8 -
YUV 141.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 171 125 149 0 0.27 0.13 0.33 328.7 0.21 0.58
Hex AB 7D 95 0 1B D 21 149 15 3A
Octal 253 175 225 0 33 15 41 511 25 72
Binary 10101011 1111101 10010101 0 11011 1101 100001 101001001 10101 111010

Color Harmonies of #AB7D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D95

Black with #AB7D95

Text Example


Text Example

White with #AB7D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D95; }

 p { color: rgb(171,125,149); }

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

background-color css

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

 a { background-color: rgb(171,125,149); }

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

border-color css

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

 span { border-color: rgb(171,125,149); }

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