Html Css Color HEX #AB7292 Bouquet

📋 copy color: '#AB7292'

red 171 ◦ green 114 ◦ blue 146

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

Shades of Bouquet #AB7292

Tints of Bouquet #AB7292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.87%

R = 39.68%
G = 26.45%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB7292 (or 0xAB7292) is known color: Bouquet. HEX triplet: AB, 72 and 92. RGB value is (171,114,146). Sum of RGB (Red+Green+Blue) = 171+114+146=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7292 is #548D6D. Grayscale: #868686. Windows color (decimal): -5541230 or 9597611. OLE color: 9597611.

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

Color convert

RGB 171 114 146 -
CMYK 0 0.33 0.15 0.33
HSL 326.32º 0.25% 0.56% -
HSV(B) 326.32º 0.33% 0.67% -
XYZ 28 22.77 30.11 -
YUV 134.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 171 114 146 0 0.33 0.15 0.33 326.32 0.25 0.56
Hex AB 72 92 0 21 F 21 146 19 38
Octal 253 162 222 0 41 17 41 506 31 70
Binary 10101011 1110010 10010010 0 100001 1111 100001 101000110 11001 111000

Color Harmonies of #AB7292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7292

Black with #AB7292

Text Example


Text Example

White with #AB7292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7292; }

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

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

background-color css

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

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

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

border-color css

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

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

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