Html Css Color HEX #AB829A Bouquet

📋 copy color: '#AB829A'

red 171 ◦ green 130 ◦ blue 154

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

Shades of Bouquet #AB829A

Tints of Bouquet #AB829A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.57%

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

R = 37.58%
G = 28.57%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB829A (or 0xAB829A) is known color: Bouquet. HEX triplet: AB, 82 and 9A. RGB value is (171,130,154). Sum of RGB (Red+Green+Blue) = 171+130+154=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB829A is #547D65. Grayscale: #909090. Windows color (decimal): -5537126 or 10125995. OLE color: 10125995.

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

Color convert

RGB 171 130 154 -
CMYK 0 0.24 0.10 0.33
HSL 324.88º 0.2% 0.59% -
HSV(B) 324.88º 0.24% 0.67% -
XYZ 30.61 26.96 34.16 -
YUV 145 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 171 130 154 0 0.24 0.10 0.33 324.88 0.2 0.59
Hex AB 82 9A 0 18 A 21 145 14 3B
Octal 253 202 232 0 30 12 41 505 24 73
Binary 10101011 10000010 10011010 0 11000 1010 100001 101000101 10100 111011

Color Harmonies of #AB829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB829A

Black with #AB829A

Text Example


Text Example

White with #AB829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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