Html Css Color HEX #AB859D Bouquet

📋 copy color: '#AB859D'

red 171 ◦ green 133 ◦ blue 157

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

Shades of Bouquet #AB859D

Tints of Bouquet #AB859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.85%

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

R = 37.09%
G = 28.85%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB859D (or 0xAB859D) is known color: Bouquet. HEX triplet: AB, 85 and 9D. RGB value is (171,133,157). Sum of RGB (Red+Green+Blue) = 171+133+157=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #AB859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB859D is #547A62. Grayscale: #939393. Windows color (decimal): -5536355 or 10323371. OLE color: 10323371.

HSL color Cylindrical-coordinate representation of color #AB859D: hue angle of 322.11º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB859D is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 133 157 -
CMYK 0 0.22 0.08 0.33
HSL 322.11º 0.18% 0.6% -
HSV(B) 322.11º 0.22% 0.67% -
XYZ 31.27 27.87 35.63 -
YUV 147.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 171 133 157 0 0.22 0.08 0.33 322.11 0.18 0.6
Hex AB 85 9D 0 16 8 21 142 12 3C
Octal 253 205 235 0 26 10 41 502 22 74
Binary 10101011 10000101 10011101 0 10110 1000 100001 101000010 10010 111100

Color Harmonies of #AB859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB859D

Black with #AB859D

Text Example


Text Example

White with #AB859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB859D; }

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

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

background-color css

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

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

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

border-color css

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

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

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