Html Css Color HEX #AB869E Bouquet

📋 copy color: '#AB869E'

red 171 ◦ green 134 ◦ blue 158

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

Shades of Bouquet #AB869E

Tints of Bouquet #AB869E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.13%

R = 36.93%
G = 28.94%
B = 34.13%

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

#AB869E (or 0xAB869E) is known color: Bouquet. HEX triplet: AB, 86 and 9E. RGB value is (171,134,158). Sum of RGB (Red+Green+Blue) = 171+134+158=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB869E is #547961. Grayscale: #939393. Windows color (decimal): -5536098 or 10389163. OLE color: 10389163.

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

Color convert

RGB 171 134 158 -
CMYK 0 0.22 0.08 0.33
HSL 321.08º 0.18% 0.6% -
HSV(B) 321.08º 0.22% 0.67% -
XYZ 31.49 28.18 36.13 -
YUV 147.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 171 134 158 0 0.22 0.08 0.33 321.08 0.18 0.6
Hex AB 86 9E 0 16 8 21 141 12 3C
Octal 253 206 236 0 26 10 41 501 22 74
Binary 10101011 10000110 10011110 0 10110 1000 100001 101000001 10010 111100

Color Harmonies of #AB869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB869E

Black with #AB869E

Text Example


Text Example

White with #AB869E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB869E; }

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

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

background-color css

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

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

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

border-color css

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

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

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