Html Css Color HEX #AB7D90 Bouquet

📋 copy color: '#AB7D90'

red 171 ◦ green 125 ◦ blue 144

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

Shades of Bouquet #AB7D90

Tints of Bouquet #AB7D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.41%

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

R = 38.86%
G = 28.41%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB7D90 (or 0xAB7D90) is known color: Bouquet. HEX triplet: AB, 7D and 90. RGB value is (171,125,144). Sum of RGB (Red+Green+Blue) = 171+125+144=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7D90 is #54826F. Grayscale: #8C8C8C. Windows color (decimal): -5538416 or 9469355. OLE color: 9469355.

HSL color Cylindrical-coordinate representation of color #AB7D90: hue angle of 335.22º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7D90 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 125 144 -
CMYK 0 0.27 0.16 0.33
HSL 335.22º 0.21% 0.58% -
HSV(B) 335.22º 0.27% 0.67% -
XYZ 29.16 25.34 29.74 -
YUV 140.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 171 125 144 0 0.27 0.16 0.33 335.22 0.21 0.58
Hex AB 7D 90 0 1B 10 21 14F 15 3A
Octal 253 175 220 0 33 20 41 517 25 72
Binary 10101011 1111101 10010000 0 11011 10000 100001 101001111 10101 111010

Color Harmonies of #AB7D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D90

Black with #AB7D90

Text Example


Text Example

White with #AB7D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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