Html Css Color HEX #AB7290 Bouquet

📋 copy color: '#AB7290'

red 171 ◦ green 114 ◦ blue 144

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

Shades of Bouquet #AB7290

Tints of Bouquet #AB7290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

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

R = 39.86%
G = 26.57%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB7290 (or 0xAB7290) is known color: Bouquet. HEX triplet: AB, 72 and 90. RGB value is (171,114,144). Sum of RGB (Red+Green+Blue) = 171+114+144=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7290 is #548D6F. Grayscale: #868686. Windows color (decimal): -5541232 or 9466539. OLE color: 9466539.

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

Color convert

RGB 171 114 144 -
CMYK 0 0.33 0.16 0.33
HSL 328.42º 0.25% 0.56% -
HSV(B) 328.42º 0.33% 0.67% -
XYZ 27.85 22.71 29.3 -
YUV 134.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 171 114 144 0 0.33 0.16 0.33 328.42 0.25 0.56
Hex AB 72 90 0 21 10 21 148 19 38
Octal 253 162 220 0 41 20 41 510 31 70
Binary 10101011 1110010 10010000 0 100001 10000 100001 101001000 11001 111000

Color Harmonies of #AB7290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7290

Black with #AB7290

Text Example


Text Example

White with #AB7290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7290; }

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

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

background-color css

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

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

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

border-color css

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

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

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