Html Css Color HEX #AB709A Bouquet

📋 copy color: '#AB709A'

red 171 ◦ green 112 ◦ blue 154

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

Shades of Bouquet #AB709A

Tints of Bouquet #AB709A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.63%

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 39.13%
G = 25.63%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB709A (or 0xAB709A) is known color: Bouquet. HEX triplet: AB, 70 and 9A. RGB value is (171,112,154). Sum of RGB (Red+Green+Blue) = 171+112+154=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB709A is #548F65. Grayscale: #868686. Windows color (decimal): -5541734 or 10121387. OLE color: 10121387.

HSL color Cylindrical-coordinate representation of color #AB709A: hue angle of 317.29º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB709A is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 112 154 -
CMYK 0 0.35 0.10 0.33
HSL 317.29º 0.26% 0.55% -
HSV(B) 317.29º 0.35% 0.67% -
XYZ 28.42 22.58 33.43 -
YUV 134.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 171 112 154 0 0.35 0.10 0.33 317.29 0.26 0.55
Hex AB 70 9A 0 23 A 21 13D 1A 37
Octal 253 160 232 0 43 12 41 475 32 67
Binary 10101011 1110000 10011010 0 100011 1010 100001 100111101 11010 110111

Color Harmonies of #AB709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB709A

Black with #AB709A

Text Example


Text Example

White with #AB709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB709A; }

 p { color: rgb(171,112,154); }

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

background-color css

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

 a { background-color: rgb(171,112,154); }

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

border-color css

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

 span { border-color: rgb(171,112,154); }

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