Html Css Color HEX #AB749D Bouquet

📋 copy color: '#AB749D'

red 171 ◦ green 116 ◦ blue 157

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

Shades of Bouquet #AB749D

Tints of Bouquet #AB749D

RGB

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

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

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

R = 38.51%
G = 26.13%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB749D (or 0xAB749D) is known color: Bouquet. HEX triplet: AB, 74 and 9D. RGB value is (171,116,157). Sum of RGB (Red+Green+Blue) = 171+116+157=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB749D is #548B62. Grayscale: #898989. Windows color (decimal): -5540707 or 10319019. OLE color: 10319019.

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

Color convert

RGB 171 116 157 -
CMYK 0 0.32 0.08 0.33
HSL 315.27º 0.25% 0.56% -
HSV(B) 315.27º 0.32% 0.67% -
XYZ 29.13 23.58 34.92 -
YUV 137.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 171 116 157 0 0.32 0.08 0.33 315.27 0.25 0.56
Hex AB 74 9D 0 20 8 21 13B 19 38
Octal 253 164 235 0 40 10 41 473 31 70
Binary 10101011 1110100 10011101 0 100000 1000 100001 100111011 11001 111000

Color Harmonies of #AB749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB749D

Black with #AB749D

Text Example


Text Example

White with #AB749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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