Html Css Color HEX #AB759E Bouquet

📋 copy color: '#AB759E'

red 171 ◦ green 117 ◦ blue 158

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

Shades of Bouquet #AB759E

Tints of Bouquet #AB759E

RGB

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

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

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

R = 38.34%
G = 26.23%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB759E (or 0xAB759E) is known color: Bouquet. HEX triplet: AB, 75 and 9E. RGB value is (171,117,158). Sum of RGB (Red+Green+Blue) = 171+117+158=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB759E is #548A61. Grayscale: #898989. Windows color (decimal): -5540450 or 10384811. OLE color: 10384811.

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

Color convert

RGB 171 117 158 -
CMYK 0 0.32 0.08 0.33
HSL 314.44º 0.24% 0.56% -
HSV(B) 314.44º 0.32% 0.67% -
XYZ 29.33 23.85 35.41 -
YUV 137.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 171 117 158 0 0.32 0.08 0.33 314.44 0.24 0.56
Hex AB 75 9E 0 20 8 21 13A 18 38
Octal 253 165 236 0 40 10 41 472 30 70
Binary 10101011 1110101 10011110 0 100000 1000 100001 100111010 11000 111000

Color Harmonies of #AB759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB759E

Black with #AB759E

Text Example


Text Example

White with #AB759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB759E; }

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

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

background-color css

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

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

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

border-color css

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

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

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