Html Css Color HEX #AB729F Bouquet

📋 copy color: '#AB729F'

red 171 ◦ green 114 ◦ blue 159

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

Shades of Bouquet #AB729F

Tints of Bouquet #AB729F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.68%

 BLUE value IS 159 (62.5% from 255) = 35.81%

R = 38.51%
G = 25.68%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB729F (or 0xAB729F) is known color: Bouquet. HEX triplet: AB, 72 and 9F. RGB value is (171,114,159). Sum of RGB (Red+Green+Blue) = 171+114+159=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB729F is #548D60. Grayscale: #888888. Windows color (decimal): -5541217 or 10449579. OLE color: 10449579.

HSL color Cylindrical-coordinate representation of color #AB729F: hue angle of 312.63º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB729F is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 114 159 -
CMYK 0 0.33 0.07 0.33
HSL 312.63º 0.25% 0.56% -
HSV(B) 312.63º 0.33% 0.67% -
XYZ 29.07 23.2 35.75 -
YUV 136.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 171 114 159 0 0.33 0.07 0.33 312.63 0.25 0.56
Hex AB 72 9F 0 21 7 21 139 19 38
Octal 253 162 237 0 41 7 41 471 31 70
Binary 10101011 1110010 10011111 0 100001 111 100001 100111001 11001 111000

Color Harmonies of #AB729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB729F

Black with #AB729F

Text Example


Text Example

White with #AB729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB729F; }

 p { color: rgb(171,114,159); }

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

background-color css

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

 a { background-color: rgb(171,114,159); }

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

border-color css

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

 span { border-color: rgb(171,114,159); }

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