Html Css Color HEX #AB88A0 Bouquet

📋 copy color: '#AB88A0'

red 171 ◦ green 136 ◦ blue 160

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

Shades of Bouquet #AB88A0

Tints of Bouquet #AB88A0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.12%

 BLUE value IS 160 (62.89% from 255) = 34.26%

R = 36.62%
G = 29.12%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB88A0 (or 0xAB88A0) is known color: Bouquet. HEX triplet: AB, 88 and A0. RGB value is (171,136,160). Sum of RGB (Red+Green+Blue) = 171+136+160=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB88A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB88A0 is #54775F. Grayscale: #959595. Windows color (decimal): -5535584 or 10520747. OLE color: 10520747.

HSL color Cylindrical-coordinate representation of color #AB88A0: hue angle of 318.86º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB88A0 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 136 160 -
CMYK 0 0.20 0.06 0.33
HSL 318.86º 0.17% 0.6% -
HSV(B) 318.86º 0.2% 0.67% -
XYZ 31.94 28.8 37.13 -
YUV 149.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 171 136 160 0 0.20 0.06 0.33 318.86 0.17 0.6
Hex AB 88 A0 0 14 6 21 13F 11 3C
Octal 253 210 240 0 24 6 41 477 21 74
Binary 10101011 10001000 10100000 0 10100 110 100001 100111111 10001 111100

Color Harmonies of #AB88A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB88A0

Black with #AB88A0

Text Example


Text Example

White with #AB88A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB88A0; }

 p { color: rgb(171,136,160); }

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

background-color css

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

 a { background-color: rgb(171,136,160); }

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

border-color css

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

 span { border-color: rgb(171,136,160); }

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