Html Css Color HEX #AB799F Bouquet

📋 copy color: '#AB799F'

red 171 ◦ green 121 ◦ blue 159

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

Shades of Bouquet #AB799F

Tints of Bouquet #AB799F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.25%

R = 37.92%
G = 26.83%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB799F (or 0xAB799F) is known color: Bouquet. HEX triplet: AB, 79 and 9F. RGB value is (171,121,159). Sum of RGB (Red+Green+Blue) = 171+121+159=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB799F is #548660. Grayscale: #8C8C8C. Windows color (decimal): -5539425 or 10451371. OLE color: 10451371.

HSL color Cylindrical-coordinate representation of color #AB799F: hue angle of 314.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 #AB799F is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 121 159 -
CMYK 0 0.29 0.07 0.33
HSL 314.4º 0.23% 0.57% -
HSV(B) 314.4º 0.29% 0.67% -
XYZ 29.89 24.84 36.02 -
YUV 140.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 171 121 159 0 0.29 0.07 0.33 314.4 0.23 0.57
Hex AB 79 9F 0 1D 7 21 13A 17 39
Octal 253 171 237 0 35 7 41 472 27 71
Binary 10101011 1111001 10011111 0 11101 111 100001 100111010 10111 111001

Color Harmonies of #AB799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB799F

Black with #AB799F

Text Example


Text Example

White with #AB799F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB799F; }

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

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

background-color css

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

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

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

border-color css

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

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

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