Html Css Color HEX #AB748F Bouquet

📋 copy color: '#AB748F'

red 171 ◦ green 116 ◦ blue 143

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

Shades of Bouquet #AB748F

Tints of Bouquet #AB748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.98%

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

R = 39.77%
G = 26.98%
B = 33.26%

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

#AB748F (or 0xAB748F) is known color: Bouquet. HEX triplet: AB, 74 and 8F. RGB value is (171,116,143). Sum of RGB (Red+Green+Blue) = 171+116+143=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB748F is #548B70. Grayscale: #878787. Windows color (decimal): -5540721 or 9401515. OLE color: 9401515.

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

Color convert

RGB 171 116 143 -
CMYK 0 0.32 0.16 0.33
HSL 330.55º 0.25% 0.56% -
HSV(B) 330.55º 0.32% 0.67% -
XYZ 28 23.13 28.98 -
YUV 135.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 171 116 143 0 0.32 0.16 0.33 330.55 0.25 0.56
Hex AB 74 8F 0 20 10 21 14B 19 38
Octal 253 164 217 0 40 20 41 513 31 70
Binary 10101011 1110100 10001111 0 100000 10000 100001 101001011 11001 111000

Color Harmonies of #AB748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB748F

Black with #AB748F

Text Example


Text Example

White with #AB748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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