Html Css Color HEX #AB729D Bouquet

📋 copy color: '#AB729D'

red 171 ◦ green 114 ◦ blue 157

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

Shades of Bouquet #AB729D

Tints of Bouquet #AB729D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 38.69%
G = 25.79%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB729D (or 0xAB729D) is known color: Bouquet. HEX triplet: AB, 72 and 9D. RGB value is (171,114,157). Sum of RGB (Red+Green+Blue) = 171+114+157=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB729D is #548D62. Grayscale: #878787. Windows color (decimal): -5541219 or 10318507. OLE color: 10318507.

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

Color convert

RGB 171 114 157 -
CMYK 0 0.33 0.08 0.33
HSL 314.74º 0.25% 0.56% -
HSV(B) 314.74º 0.33% 0.67% -
XYZ 28.9 23.13 34.84 -
YUV 135.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 171 114 157 0 0.33 0.08 0.33 314.74 0.25 0.56
Hex AB 72 9D 0 21 8 21 13B 19 38
Octal 253 162 235 0 41 10 41 473 31 70
Binary 10101011 1110010 10011101 0 100001 1000 100001 100111011 11001 111000

Color Harmonies of #AB729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB729D

Black with #AB729D

Text Example


Text Example

White with #AB729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB729D; }

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

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

background-color css

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

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

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

border-color css

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

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

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