Html Css Color HEX #AB849F Bouquet

📋 copy color: '#AB849F'

red 171 ◦ green 132 ◦ blue 159

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

Shades of Bouquet #AB849F

Tints of Bouquet #AB849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.57%

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

R = 37.01%
G = 28.57%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB849F (or 0xAB849F) is known color: Bouquet. HEX triplet: AB, 84 and 9F. RGB value is (171,132,159). Sum of RGB (Red+Green+Blue) = 171+132+159=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #AB849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB849F is #547B60. Grayscale: #929292. Windows color (decimal): -5536609 or 10454187. OLE color: 10454187.

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

Color convert

RGB 171 132 159 -
CMYK 0 0.23 0.07 0.33
HSL 318.46º 0.19% 0.59% -
HSV(B) 318.46º 0.23% 0.67% -
XYZ 31.3 27.66 36.49 -
YUV 146.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 171 132 159 0 0.23 0.07 0.33 318.46 0.19 0.59
Hex AB 84 9F 0 17 7 21 13E 13 3B
Octal 253 204 237 0 27 7 41 476 23 73
Binary 10101011 10000100 10011111 0 10111 111 100001 100111110 10011 111011

Color Harmonies of #AB849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB849F

Black with #AB849F

Text Example


Text Example

White with #AB849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB849F; }

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

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

background-color css

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

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

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

border-color css

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

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

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