Html Css Color HEX #AB759F Bouquet

📋 copy color: '#AB759F'

red 171 ◦ green 117 ◦ blue 159

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

Shades of Bouquet #AB759F

Tints of Bouquet #AB759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.17%

 BLUE value IS 159 (62.5% from 255) = 35.57%

R = 38.26%
G = 26.17%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB759F (or 0xAB759F) is known color: Bouquet. HEX triplet: AB, 75 and 9F. RGB value is (171,117,159). Sum of RGB (Red+Green+Blue) = 171+117+159=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB759F is #548A60. Grayscale: #898989. Windows color (decimal): -5540449 or 10450347. OLE color: 10450347.

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

Color convert

RGB 171 117 159 -
CMYK 0 0.32 0.07 0.33
HSL 313.33º 0.24% 0.56% -
HSV(B) 313.33º 0.32% 0.67% -
XYZ 29.41 23.88 35.86 -
YUV 137.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 171 117 159 0 0.32 0.07 0.33 313.33 0.24 0.56
Hex AB 75 9F 0 20 7 21 139 18 38
Octal 253 165 237 0 40 7 41 471 30 70
Binary 10101011 1110101 10011111 0 100000 111 100001 100111001 11000 111000

Color Harmonies of #AB759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB759F

Black with #AB759F

Text Example


Text Example

White with #AB759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB759F; }

 p { color: rgb(171,117,159); }

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

background-color css

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

 a { background-color: rgb(171,117,159); }

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

border-color css

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

 span { border-color: rgb(171,117,159); }

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