Html Css Color HEX #AB869F Bouquet

📋 copy color: '#AB869F'

red 171 ◦ green 134 ◦ blue 159

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

Shades of Bouquet #AB869F

Tints of Bouquet #AB869F

RGB

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

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

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

R = 36.85%
G = 28.88%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB869F (or 0xAB869F) is known color: Bouquet. HEX triplet: AB, 86 and 9F. RGB value is (171,134,159). Sum of RGB (Red+Green+Blue) = 171+134+159=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB869F is #547960. Grayscale: #939393. Windows color (decimal): -5536097 or 10454699. OLE color: 10454699.

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

Color convert

RGB 171 134 159 -
CMYK 0 0.22 0.07 0.33
HSL 319.46º 0.18% 0.6% -
HSV(B) 319.46º 0.22% 0.67% -
XYZ 31.58 28.21 36.58 -
YUV 147.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 171 134 159 0 0.22 0.07 0.33 319.46 0.18 0.6
Hex AB 86 9F 0 16 7 21 13F 12 3C
Octal 253 206 237 0 26 7 41 477 22 74
Binary 10101011 10000110 10011111 0 10110 111 100001 100111111 10010 111100

Color Harmonies of #AB869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB869F

Black with #AB869F

Text Example


Text Example

White with #AB869F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB869F; }

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

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

background-color css

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

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

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

border-color css

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

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

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