Html Css Color HEX #AB799B Bouquet

📋 copy color: '#AB799B'

red 171 ◦ green 121 ◦ blue 155

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

Shades of Bouquet #AB799B

Tints of Bouquet #AB799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.68%

R = 38.26%
G = 27.07%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB799B (or 0xAB799B) is known color: Bouquet. HEX triplet: AB, 79 and 9B. RGB value is (171,121,155). Sum of RGB (Red+Green+Blue) = 171+121+155=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB799B is #548664. Grayscale: #8B8B8B. Windows color (decimal): -5539429 or 10189227. OLE color: 10189227.

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

Color convert

RGB 171 121 155 -
CMYK 0 0.29 0.09 0.33
HSL 319.2º 0.23% 0.57% -
HSV(B) 319.2º 0.29% 0.67% -
XYZ 29.55 24.7 34.22 -
YUV 139.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 171 121 155 0 0.29 0.09 0.33 319.2 0.23 0.57
Hex AB 79 9B 0 1D 9 21 13F 17 39
Octal 253 171 233 0 35 11 41 477 27 71
Binary 10101011 1111001 10011011 0 11101 1001 100001 100111111 10111 111001

Color Harmonies of #AB799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB799B

Black with #AB799B

Text Example


Text Example

White with #AB799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB799B; }

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

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

background-color css

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

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

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

border-color css

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

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

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