Html Css Color HEX #AB7794 Bouquet

📋 copy color: '#AB7794'

red 171 ◦ green 119 ◦ blue 148

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

Shades of Bouquet #AB7794

Tints of Bouquet #AB7794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.17%

 BLUE value IS 148 (58.2% from 255) = 33.79%

R = 39.04%
G = 27.17%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB7794 (or 0xAB7794) is known color: Bouquet. HEX triplet: AB, 77 and 94. RGB value is (171,119,148). Sum of RGB (Red+Green+Blue) = 171+119+148=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7794 is #54886B. Grayscale: #898989. Windows color (decimal): -5539948 or 9729963. OLE color: 9729963.

HSL color Cylindrical-coordinate representation of color #AB7794: hue angle of 326.54º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB7794 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 119 148 -
CMYK 0 0.30 0.13 0.33
HSL 326.54º 0.24% 0.57% -
HSV(B) 326.54º 0.3% 0.67% -
XYZ 28.74 23.99 31.13 -
YUV 137.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 171 119 148 0 0.30 0.13 0.33 326.54 0.24 0.57
Hex AB 77 94 0 1E D 21 147 18 39
Octal 253 167 224 0 36 15 41 507 30 71
Binary 10101011 1110111 10010100 0 11110 1101 100001 101000111 11000 111001

Color Harmonies of #AB7794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7794

Black with #AB7794

Text Example


Text Example

White with #AB7794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7794; }

 p { color: rgb(171,119,148); }

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

background-color css

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

 a { background-color: rgb(171,119,148); }

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

border-color css

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

 span { border-color: rgb(171,119,148); }

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