Html Css Color HEX #AB849D Bouquet

📋 copy color: '#AB849D'

red 171 ◦ green 132 ◦ blue 157

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

Shades of Bouquet #AB849D

Tints of Bouquet #AB849D

RGB

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

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

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

R = 37.17%
G = 28.7%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB849D (or 0xAB849D) is known color: Bouquet. HEX triplet: AB, 84 and 9D. RGB value is (171,132,157). Sum of RGB (Red+Green+Blue) = 171+132+157=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB849D is #547B62. Grayscale: #929292. Windows color (decimal): -5536611 or 10323115. OLE color: 10323115.

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

Color convert

RGB 171 132 157 -
CMYK 0 0.23 0.08 0.33
HSL 321.54º 0.19% 0.59% -
HSV(B) 321.54º 0.23% 0.67% -
XYZ 31.13 27.59 35.58 -
YUV 146.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 171 132 157 0 0.23 0.08 0.33 321.54 0.19 0.59
Hex AB 84 9D 0 17 8 21 142 13 3B
Octal 253 204 235 0 27 10 41 502 23 73
Binary 10101011 10000100 10011101 0 10111 1000 100001 101000010 10011 111011

Color Harmonies of #AB849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB849D

Black with #AB849D

Text Example


Text Example

White with #AB849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB849D; }

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

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

background-color css

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

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

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

border-color css

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

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

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