Html Css Color HEX #AB758F Bouquet

📋 copy color: '#AB758F'

red 171 ◦ green 117 ◦ blue 143

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

Shades of Bouquet #AB758F

Tints of Bouquet #AB758F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 39.68%
G = 27.15%
B = 33.18%

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

#AB758F (or 0xAB758F) is known color: Bouquet. HEX triplet: AB, 75 and 8F. RGB value is (171,117,143). Sum of RGB (Red+Green+Blue) = 171+117+143=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB758F is #548A70. Grayscale: #888888. Windows color (decimal): -5540465 or 9401771. OLE color: 9401771.

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

Color convert

RGB 171 117 143 -
CMYK 0 0.32 0.16 0.33
HSL 331.11º 0.24% 0.56% -
HSV(B) 331.11º 0.32% 0.67% -
XYZ 28.11 23.36 29.01 -
YUV 136.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 171 117 143 0 0.32 0.16 0.33 331.11 0.24 0.56
Hex AB 75 8F 0 20 10 21 14B 18 38
Octal 253 165 217 0 40 20 41 513 30 70
Binary 10101011 1110101 10001111 0 100000 10000 100001 101001011 11000 111000

Color Harmonies of #AB758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB758F

Black with #AB758F

Text Example


Text Example

White with #AB758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB758F; }

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

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

background-color css

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

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

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

border-color css

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

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

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