Html Css Color HEX #AB8298 Bouquet

📋 copy color: '#AB8298'

red 171 ◦ green 130 ◦ blue 152

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

Shades of Bouquet #AB8298

Tints of Bouquet #AB8298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.7%

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

R = 37.75%
G = 28.7%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB8298 (or 0xAB8298) is known color: Bouquet. HEX triplet: AB, 82 and 98. RGB value is (171,130,152). Sum of RGB (Red+Green+Blue) = 171+130+152=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8298 is #547D67. Grayscale: #909090. Windows color (decimal): -5537128 or 9994923. OLE color: 9994923.

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

Color convert

RGB 171 130 152 -
CMYK 0 0.24 0.11 0.33
HSL 327.8º 0.2% 0.59% -
HSV(B) 327.8º 0.24% 0.67% -
XYZ 30.44 26.89 33.29 -
YUV 144.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 171 130 152 0 0.24 0.11 0.33 327.8 0.2 0.59
Hex AB 82 98 0 18 B 21 148 14 3B
Octal 253 202 230 0 30 13 41 510 24 73
Binary 10101011 10000010 10011000 0 11000 1011 100001 101001000 10100 111011

Color Harmonies of #AB8298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8298

Black with #AB8298

Text Example


Text Example

White with #AB8298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8298; }

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

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

background-color css

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

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

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

border-color css

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

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

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