Html Css Color HEX #AB7D9C Bouquet

📋 copy color: '#AB7D9C'

red 171 ◦ green 125 ◦ blue 156

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

Shades of Bouquet #AB7D9C

Tints of Bouquet #AB7D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.51%

R = 37.83%
G = 27.65%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB7D9C (or 0xAB7D9C) is known color: Bouquet. HEX triplet: AB, 7D and 9C. RGB value is (171,125,156). Sum of RGB (Red+Green+Blue) = 171+125+156=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7D9C is #548263. Grayscale: #8E8E8E. Windows color (decimal): -5538404 or 10255787. OLE color: 10255787.

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

Color convert

RGB 171 125 156 -
CMYK 0 0.27 0.09 0.33
HSL 319.57º 0.21% 0.58% -
HSV(B) 319.57º 0.27% 0.67% -
XYZ 30.13 25.73 34.83 -
YUV 142.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 171 125 156 0 0.27 0.09 0.33 319.57 0.21 0.58
Hex AB 7D 9C 0 1B 9 21 140 15 3A
Octal 253 175 234 0 33 11 41 500 25 72
Binary 10101011 1111101 10011100 0 11011 1001 100001 101000000 10101 111010

Color Harmonies of #AB7D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D9C

Black with #AB7D9C

Text Example


Text Example

White with #AB7D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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