Html Css Color HEX #AB7190 Bouquet

📋 copy color: '#AB7190'

red 171 ◦ green 113 ◦ blue 144

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

Shades of Bouquet #AB7190

Tints of Bouquet #AB7190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.4%

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

R = 39.95%
G = 26.4%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB7190 (or 0xAB7190) is known color: Bouquet. HEX triplet: AB, 71 and 90. RGB value is (171,113,144). Sum of RGB (Red+Green+Blue) = 171+113+144=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7190 is #548E6F. Grayscale: #858585. Windows color (decimal): -5541488 or 9466283. OLE color: 9466283.

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

Color convert

RGB 171 113 144 -
CMYK 0 0.34 0.16 0.33
HSL 327.93º 0.26% 0.56% -
HSV(B) 327.93º 0.34% 0.67% -
XYZ 27.73 22.48 29.26 -
YUV 133.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 171 113 144 0 0.34 0.16 0.33 327.93 0.26 0.56
Hex AB 71 90 0 22 10 21 148 1A 38
Octal 253 161 220 0 42 20 41 510 32 70
Binary 10101011 1110001 10010000 0 100010 10000 100001 101001000 11010 111000

Color Harmonies of #AB7190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7190

Black with #AB7190

Text Example


Text Example

White with #AB7190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7190; }

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

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

background-color css

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

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

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

border-color css

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

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

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