Html Css Color HEX #AB849C Bouquet

📋 copy color: '#AB849C'

red 171 ◦ green 132 ◦ blue 156

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

Shades of Bouquet #AB849C

Tints of Bouquet #AB849C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.99%

R = 37.25%
G = 28.76%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB849C (or 0xAB849C) is known color: Bouquet. HEX triplet: AB, 84 and 9C. RGB value is (171,132,156). Sum of RGB (Red+Green+Blue) = 171+132+156=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB849C is #547B63. Grayscale: #929292. Windows color (decimal): -5536612 or 10257579. OLE color: 10257579.

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

Color convert

RGB 171 132 156 -
CMYK 0 0.23 0.09 0.33
HSL 323.08º 0.19% 0.59% -
HSV(B) 323.08º 0.23% 0.67% -
XYZ 31.05 27.56 35.14 -
YUV 146.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 171 132 156 0 0.23 0.09 0.33 323.08 0.19 0.59
Hex AB 84 9C 0 17 9 21 143 13 3B
Octal 253 204 234 0 27 11 41 503 23 73
Binary 10101011 10000100 10011100 0 10111 1001 100001 101000011 10011 111011

Color Harmonies of #AB849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB849C

Black with #AB849C

Text Example


Text Example

White with #AB849C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB849C; }

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

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

background-color css

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

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

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

border-color css

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

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

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