Html Css Color HEX #AB8498 Bouquet

📋 copy color: '#AB8498'

red 171 ◦ green 132 ◦ blue 152

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

Shades of Bouquet #AB8498

Tints of Bouquet #AB8498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.01%

 BLUE value IS 152 (59.77% from 255) = 33.41%

R = 37.58%
G = 29.01%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB8498 (or 0xAB8498) is known color: Bouquet. HEX triplet: AB, 84 and 98. RGB value is (171,132,152). Sum of RGB (Red+Green+Blue) = 171+132+152=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8498 is #547B67. Grayscale: #919191. Windows color (decimal): -5536616 or 9995435. OLE color: 9995435.

HSL color Cylindrical-coordinate representation of color #AB8498: hue angle of 329.23º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB8498 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 132 152 -
CMYK 0 0.23 0.11 0.33
HSL 329.23º 0.19% 0.59% -
HSV(B) 329.23º 0.23% 0.67% -
XYZ 30.71 27.43 33.38 -
YUV 145.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 171 132 152 0 0.23 0.11 0.33 329.23 0.19 0.59
Hex AB 84 98 0 17 B 21 149 13 3B
Octal 253 204 230 0 27 13 41 511 23 73
Binary 10101011 10000100 10011000 0 10111 1011 100001 101001001 10011 111011

Color Harmonies of #AB8498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8498

Black with #AB8498

Text Example


Text Example

White with #AB8498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8498; }

 p { color: rgb(171,132,152); }

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

background-color css

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

 a { background-color: rgb(171,132,152); }

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

border-color css

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

 span { border-color: rgb(171,132,152); }

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