Html Css Color HEX #AB749F Bouquet

📋 copy color: '#AB749F'

red 171 ◦ green 116 ◦ blue 159

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

Shades of Bouquet #AB749F

Tints of Bouquet #AB749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.01%

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

R = 38.34%
G = 26.01%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB749F (or 0xAB749F) is known color: Bouquet. HEX triplet: AB, 74 and 9F. RGB value is (171,116,159). Sum of RGB (Red+Green+Blue) = 171+116+159=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB749F is #548B60. Grayscale: #898989. Windows color (decimal): -5540705 or 10450091. OLE color: 10450091.

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

Color convert

RGB 171 116 159 -
CMYK 0 0.32 0.07 0.33
HSL 313.09º 0.25% 0.56% -
HSV(B) 313.09º 0.32% 0.67% -
XYZ 29.3 23.65 35.82 -
YUV 137.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 171 116 159 0 0.32 0.07 0.33 313.09 0.25 0.56
Hex AB 74 9F 0 20 7 21 139 19 38
Octal 253 164 237 0 40 7 41 471 31 70
Binary 10101011 1110100 10011111 0 100000 111 100001 100111001 11001 111000

Color Harmonies of #AB749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB749F

Black with #AB749F

Text Example


Text Example

White with #AB749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB749F; }

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

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

background-color css

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

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

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

border-color css

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

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

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