Html Css Color HEX #AB7990 Bouquet

📋 copy color: '#AB7990'

red 171 ◦ green 121 ◦ blue 144

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

Shades of Bouquet #AB7990

Tints of Bouquet #AB7990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 39.22%
G = 27.75%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB7990 (or 0xAB7990) is known color: Bouquet. HEX triplet: AB, 79 and 90. RGB value is (171,121,144). Sum of RGB (Red+Green+Blue) = 171+121+144=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7990 is #54866F. Grayscale: #8A8A8A. Windows color (decimal): -5539440 or 9468331. OLE color: 9468331.

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

Color convert

RGB 171 121 144 -
CMYK 0 0.29 0.16 0.33
HSL 332.4º 0.23% 0.57% -
HSV(B) 332.4º 0.29% 0.67% -
XYZ 28.67 24.35 29.57 -
YUV 138.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 171 121 144 0 0.29 0.16 0.33 332.4 0.23 0.57
Hex AB 79 90 0 1D 10 21 14C 17 39
Octal 253 171 220 0 35 20 41 514 27 71
Binary 10101011 1111001 10010000 0 11101 10000 100001 101001100 10111 111001

Color Harmonies of #AB7990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7990

Black with #AB7990

Text Example


Text Example

White with #AB7990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7990; }

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

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

background-color css

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

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

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

border-color css

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

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

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