Html Css Color HEX #AB759B Bouquet

📋 copy color: '#AB759B'

red 171 ◦ green 117 ◦ blue 155

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

Shades of Bouquet #AB759B

Tints of Bouquet #AB759B

RGB

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

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

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

R = 38.6%
G = 26.41%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB759B (or 0xAB759B) is known color: Bouquet. HEX triplet: AB, 75 and 9B. RGB value is (171,117,155). Sum of RGB (Red+Green+Blue) = 171+117+155=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB759B is #548A64. Grayscale: #898989. Windows color (decimal): -5540453 or 10188203. OLE color: 10188203.

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

Color convert

RGB 171 117 155 -
CMYK 0 0.32 0.09 0.33
HSL 317.78º 0.24% 0.56% -
HSV(B) 317.78º 0.32% 0.67% -
XYZ 29.07 23.75 34.06 -
YUV 137.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 171 117 155 0 0.32 0.09 0.33 317.78 0.24 0.56
Hex AB 75 9B 0 20 9 21 13E 18 38
Octal 253 165 233 0 40 11 41 476 30 70
Binary 10101011 1110101 10011011 0 100000 1001 100001 100111110 11000 111000

Color Harmonies of #AB759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB759B

Black with #AB759B

Text Example


Text Example

White with #AB759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB759B; }

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

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

background-color css

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

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

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

border-color css

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

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

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