Html Css Color HEX #AB8294 Bouquet

📋 copy color: '#AB8294'

red 171 ◦ green 130 ◦ blue 148

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

Shades of Bouquet #AB8294

Tints of Bouquet #AB8294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.96%

R = 38.08%
G = 28.95%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB8294 (or 0xAB8294) is known color: Bouquet. HEX triplet: AB, 82 and 94. RGB value is (171,130,148). Sum of RGB (Red+Green+Blue) = 171+130+148=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8294 is #547D6B. Grayscale: #909090. Windows color (decimal): -5537132 or 9732779. OLE color: 9732779.

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

Color convert

RGB 171 130 148 -
CMYK 0 0.24 0.13 0.33
HSL 333.66º 0.2% 0.59% -
HSV(B) 333.66º 0.24% 0.67% -
XYZ 30.12 26.76 31.59 -
YUV 144.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 171 130 148 0 0.24 0.13 0.33 333.66 0.2 0.59
Hex AB 82 94 0 18 D 21 14E 14 3B
Octal 253 202 224 0 30 15 41 516 24 73
Binary 10101011 10000010 10010100 0 11000 1101 100001 101001110 10100 111011

Color Harmonies of #AB8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8294

Black with #AB8294

Text Example


Text Example

White with #AB8294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8294; }

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

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

background-color css

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

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

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

border-color css

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

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

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