Html Css Color HEX #AB799A Bouquet

📋 copy color: '#AB799A'

red 171 ◦ green 121 ◦ blue 154

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

Shades of Bouquet #AB799A

Tints of Bouquet #AB799A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.13%

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 38.34%
G = 27.13%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB799A (or 0xAB799A) is known color: Bouquet. HEX triplet: AB, 79 and 9A. RGB value is (171,121,154). Sum of RGB (Red+Green+Blue) = 171+121+154=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB799A is #548665. Grayscale: #8B8B8B. Windows color (decimal): -5539430 or 10123691. OLE color: 10123691.

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

Color convert

RGB 171 121 154 -
CMYK 0 0.29 0.10 0.33
HSL 320.4º 0.23% 0.57% -
HSV(B) 320.4º 0.29% 0.67% -
XYZ 29.46 24.67 33.78 -
YUV 139.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 171 121 154 0 0.29 0.10 0.33 320.4 0.23 0.57
Hex AB 79 9A 0 1D A 21 140 17 39
Octal 253 171 232 0 35 12 41 500 27 71
Binary 10101011 1111001 10011010 0 11101 1010 100001 101000000 10111 111001

Color Harmonies of #AB799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB799A

Black with #AB799A

Text Example


Text Example

White with #AB799A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB799A; }

 p { color: rgb(171,121,154); }

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

background-color css

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

 a { background-color: rgb(171,121,154); }

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

border-color css

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

 span { border-color: rgb(171,121,154); }

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