Html Css Color HEX #AB729A Bouquet

📋 copy color: '#AB729A'

red 171 ◦ green 114 ◦ blue 154

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

Shades of Bouquet #AB729A

Tints of Bouquet #AB729A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 38.95%
G = 25.97%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB729A (or 0xAB729A) is known color: Bouquet. HEX triplet: AB, 72 and 9A. RGB value is (171,114,154). Sum of RGB (Red+Green+Blue) = 171+114+154=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB729A is #548D65. Grayscale: #878787. Windows color (decimal): -5541222 or 10121899. OLE color: 10121899.

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

Color convert

RGB 171 114 154 -
CMYK 0 0.33 0.10 0.33
HSL 317.89º 0.25% 0.56% -
HSV(B) 317.89º 0.33% 0.67% -
XYZ 28.64 23.03 33.51 -
YUV 135.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 171 114 154 0 0.33 0.10 0.33 317.89 0.25 0.56
Hex AB 72 9A 0 21 A 21 13E 19 38
Octal 253 162 232 0 41 12 41 476 31 70
Binary 10101011 1110010 10011010 0 100001 1010 100001 100111110 11001 111000

Color Harmonies of #AB729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB729A

Black with #AB729A

Text Example


Text Example

White with #AB729A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB729A; }

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

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

background-color css

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

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

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

border-color css

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

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

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