Html Css Color HEX #AB7590 Bouquet

📋 copy color: '#AB7590'

red 171 ◦ green 117 ◦ blue 144

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

Shades of Bouquet #AB7590

Tints of Bouquet #AB7590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.33%

R = 39.58%
G = 27.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB7590 (or 0xAB7590) is known color: Bouquet. HEX triplet: AB, 75 and 90. RGB value is (171,117,144). Sum of RGB (Red+Green+Blue) = 171+117+144=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7590 is #548A6F. Grayscale: #888888. Windows color (decimal): -5540464 or 9467307. OLE color: 9467307.

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

Color convert

RGB 171 117 144 -
CMYK 0 0.32 0.16 0.33
HSL 330º 0.24% 0.56% -
HSV(B) 330º 0.32% 0.67% -
XYZ 28.19 23.39 29.42 -
YUV 136.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 171 117 144 0 0.32 0.16 0.33 330 0.24 0.56
Hex AB 75 90 0 20 10 21 14A 18 38
Octal 253 165 220 0 40 20 41 512 30 70
Binary 10101011 1110101 10010000 0 100000 10000 100001 101001010 11000 111000

Color Harmonies of #AB7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7590

Black with #AB7590

Text Example


Text Example

White with #AB7590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7590; }

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

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

background-color css

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

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

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

border-color css

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

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

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