Html Css Color HEX #AB719B Bouquet

📋 copy color: '#AB719B'

red 171 ◦ green 113 ◦ blue 155

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

Shades of Bouquet #AB719B

Tints of Bouquet #AB719B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 38.95%
G = 25.74%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB719B (or 0xAB719B) is known color: Bouquet. HEX triplet: AB, 71 and 9B. RGB value is (171,113,155). Sum of RGB (Red+Green+Blue) = 171+113+155=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB719B is #548E64. Grayscale: #878787. Windows color (decimal): -5541477 or 10187179. OLE color: 10187179.

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

Color convert

RGB 171 113 155 -
CMYK 0 0.34 0.09 0.33
HSL 316.55º 0.26% 0.56% -
HSV(B) 316.55º 0.34% 0.67% -
XYZ 28.62 22.83 33.91 -
YUV 135.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 171 113 155 0 0.34 0.09 0.33 316.55 0.26 0.56
Hex AB 71 9B 0 22 9 21 13D 1A 38
Octal 253 161 233 0 42 11 41 475 32 70
Binary 10101011 1110001 10011011 0 100010 1001 100001 100111101 11010 111000

Color Harmonies of #AB719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB719B

Black with #AB719B

Text Example


Text Example

White with #AB719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB719B; }

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

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

background-color css

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

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

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

border-color css

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

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

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