Html Css Color HEX #AB7491 Bouquet

📋 copy color: '#AB7491'

red 171 ◦ green 116 ◦ blue 145

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

Shades of Bouquet #AB7491

Tints of Bouquet #AB7491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.85%

 BLUE value IS 145 (57.03% from 255) = 33.56%

R = 39.58%
G = 26.85%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB7491 (or 0xAB7491) is known color: Bouquet. HEX triplet: AB, 74 and 91. RGB value is (171,116,145). Sum of RGB (Red+Green+Blue) = 171+116+145=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7491 is #548B6E. Grayscale: #878787. Windows color (decimal): -5540719 or 9532587. OLE color: 9532587.

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

Color convert

RGB 171 116 145 -
CMYK 0 0.32 0.15 0.33
HSL 328.36º 0.25% 0.56% -
HSV(B) 328.36º 0.32% 0.67% -
XYZ 28.15 23.19 29.78 -
YUV 135.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 171 116 145 0 0.32 0.15 0.33 328.36 0.25 0.56
Hex AB 74 91 0 20 F 21 148 19 38
Octal 253 164 221 0 40 17 41 510 31 70
Binary 10101011 1110100 10010001 0 100000 1111 100001 101001000 11001 111000

Color Harmonies of #AB7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7491

Black with #AB7491

Text Example


Text Example

White with #AB7491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7491; }

 p { color: rgb(171,116,145); }

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

background-color css

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

 a { background-color: rgb(171,116,145); }

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

border-color css

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

 span { border-color: rgb(171,116,145); }

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