Html Css Color HEX #AB729E Bouquet

📋 copy color: '#AB729E'

red 171 ◦ green 114 ◦ blue 158

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

Shades of Bouquet #AB729E

Tints of Bouquet #AB729E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.67%

R = 38.6%
G = 25.73%
B = 35.67%

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

#AB729E (or 0xAB729E) is known color: Bouquet. HEX triplet: AB, 72 and 9E. RGB value is (171,114,158). Sum of RGB (Red+Green+Blue) = 171+114+158=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB729E is #548D61. Grayscale: #878787. Windows color (decimal): -5541218 or 10384043. OLE color: 10384043.

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

Color convert

RGB 171 114 158 -
CMYK 0 0.33 0.08 0.33
HSL 313.68º 0.25% 0.56% -
HSV(B) 313.68º 0.33% 0.67% -
XYZ 28.98 23.16 35.29 -
YUV 136.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 171 114 158 0 0.33 0.08 0.33 313.68 0.25 0.56
Hex AB 72 9E 0 21 8 21 13A 19 38
Octal 253 162 236 0 41 10 41 472 31 70
Binary 10101011 1110010 10011110 0 100001 1000 100001 100111010 11001 111000

Color Harmonies of #AB729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB729E

Black with #AB729E

Text Example


Text Example

White with #AB729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB729E; }

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

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

background-color css

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

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

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

border-color css

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

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

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