Html Css Color HEX #AB719E Bouquet

📋 copy color: '#AB719E'

red 171 ◦ green 113 ◦ blue 158

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

Shades of Bouquet #AB719E

Tints of Bouquet #AB719E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.75%

R = 38.69%
G = 25.57%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB719E (or 0xAB719E) is known color: Bouquet. HEX triplet: AB, 71 and 9E. RGB value is (171,113,158). Sum of RGB (Red+Green+Blue) = 171+113+158=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB719E is #548E61. Grayscale: #878787. Windows color (decimal): -5541474 or 10383787. OLE color: 10383787.

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

Color convert

RGB 171 113 158 -
CMYK 0 0.34 0.08 0.33
HSL 313.45º 0.26% 0.56% -
HSV(B) 313.45º 0.34% 0.67% -
XYZ 28.87 22.94 35.25 -
YUV 135.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 171 113 158 0 0.34 0.08 0.33 313.45 0.26 0.56
Hex AB 71 9E 0 22 8 21 139 1A 38
Octal 253 161 236 0 42 10 41 471 32 70
Binary 10101011 1110001 10011110 0 100010 1000 100001 100111001 11010 111000

Color Harmonies of #AB719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB719E

Black with #AB719E

Text Example


Text Example

White with #AB719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB719E; }

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

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

background-color css

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

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

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

border-color css

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

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

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