Html Css Color HEX #AB869D Bouquet

📋 copy color: '#AB869D'

red 171 ◦ green 134 ◦ blue 157

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

Shades of Bouquet #AB869D

Tints of Bouquet #AB869D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29%

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

R = 37.01%
G = 29%
B = 33.98%

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

#AB869D (or 0xAB869D) is known color: Bouquet. HEX triplet: AB, 86 and 9D. RGB value is (171,134,157). Sum of RGB (Red+Green+Blue) = 171+134+157=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #AB869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB869D is #547962. Grayscale: #939393. Windows color (decimal): -5536099 or 10323627. OLE color: 10323627.

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

Color convert

RGB 171 134 157 -
CMYK 0 0.22 0.08 0.33
HSL 322.7º 0.18% 0.6% -
HSV(B) 322.7º 0.22% 0.67% -
XYZ 31.41 28.14 35.68 -
YUV 147.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 171 134 157 0 0.22 0.08 0.33 322.7 0.18 0.6
Hex AB 86 9D 0 16 8 21 143 12 3C
Octal 253 206 235 0 26 10 41 503 22 74
Binary 10101011 10000110 10011101 0 10110 1000 100001 101000011 10010 111100

Color Harmonies of #AB869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB869D

Black with #AB869D

Text Example


Text Example

White with #AB869D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB869D; }

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

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

background-color css

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

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

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

border-color css

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

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

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