Html Css Color HEX #AB7499 Bouquet

📋 copy color: '#AB7499'

red 171 ◦ green 116 ◦ blue 153

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

Shades of Bouquet #AB7499

Tints of Bouquet #AB7499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.77%

R = 38.86%
G = 26.36%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB7499 (or 0xAB7499) is known color: Bouquet. HEX triplet: AB, 74 and 99. RGB value is (171,116,153). Sum of RGB (Red+Green+Blue) = 171+116+153=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7499 is #548B66. Grayscale: #888888. Windows color (decimal): -5540711 or 10056875. OLE color: 10056875.

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

Color convert

RGB 171 116 153 -
CMYK 0 0.32 0.11 0.33
HSL 319.64º 0.25% 0.56% -
HSV(B) 319.64º 0.32% 0.67% -
XYZ 28.79 23.45 33.15 -
YUV 136.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 171 116 153 0 0.32 0.11 0.33 319.64 0.25 0.56
Hex AB 74 99 0 20 B 21 140 19 38
Octal 253 164 231 0 40 13 41 500 31 70
Binary 10101011 1110100 10011001 0 100000 1011 100001 101000000 11001 111000

Color Harmonies of #AB7499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7499

Black with #AB7499

Text Example


Text Example

White with #AB7499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7499; }

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

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

background-color css

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

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

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

border-color css

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

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

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