Html Css Color HEX #AB7299 Bouquet

📋 copy color: '#AB7299'

red 171 ◦ green 114 ◦ blue 153

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

Shades of Bouquet #AB7299

Tints of Bouquet #AB7299

RGB

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

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

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

R = 39.04%
G = 26.03%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB7299 (or 0xAB7299) is known color: Bouquet. HEX triplet: AB, 72 and 99. RGB value is (171,114,153). Sum of RGB (Red+Green+Blue) = 171+114+153=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7299 is #548D66. Grayscale: #878787. Windows color (decimal): -5541223 or 10056363. OLE color: 10056363.

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

Color convert

RGB 171 114 153 -
CMYK 0 0.33 0.11 0.33
HSL 318.95º 0.25% 0.56% -
HSV(B) 318.95º 0.33% 0.67% -
XYZ 28.56 22.99 33.07 -
YUV 135.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 171 114 153 0 0.33 0.11 0.33 318.95 0.25 0.56
Hex AB 72 99 0 21 B 21 13F 19 38
Octal 253 162 231 0 41 13 41 477 31 70
Binary 10101011 1110010 10011001 0 100001 1011 100001 100111111 11001 111000

Color Harmonies of #AB7299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7299

Black with #AB7299

Text Example


Text Example

White with #AB7299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7299; }

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

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

background-color css

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

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

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

border-color css

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

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

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