Html Css Color HEX #A9829F Bouquet

📋 copy color: '#A9829F'

red 169 ◦ green 130 ◦ blue 159

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

Shades of Bouquet #A9829F

Tints of Bouquet #A9829F

RGB

 RED value IS 169 (66.41% from 255) = 36.9%

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

 BLUE value IS 159 (62.5% from 255) = 34.72%

R = 36.9%
G = 28.38%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A9829F (or 0xA9829F) is known color: Bouquet. HEX triplet: A9, 82 and 9F. RGB value is (169,130,159). Sum of RGB (Red+Green+Blue) = 169+130+159=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 169 - color contains mainly: red. Hex color #A9829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9829F is #567D60. Grayscale: #909090. Windows color (decimal): -5668193 or 10453673. OLE color: 10453673.

HSL color Cylindrical-coordinate representation of color #A9829F: hue angle of 315.38º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9829F is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 130 159 -
CMYK 0 0.23 0.06 0.34
HSL 315.38º 0.18% 0.59% -
HSV(B) 315.38º 0.23% 0.66% -
XYZ 30.6 26.9 36.38 -
YUV 144.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 169 130 159 0 0.23 0.06 0.34 315.38 0.18 0.59
Hex A9 82 9F 0 17 6 22 13B 12 3B
Octal 251 202 237 0 27 6 42 473 22 73
Binary 10101001 10000010 10011111 0 10111 110 100010 100111011 10010 111011

Color Harmonies of #A9829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9829F

Black with #A9829F

Text Example


Text Example

White with #A9829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9829F; }

 p { color: rgb(169,130,159); }

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

background-color css

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

 a { background-color: rgb(169,130,159); }

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

border-color css

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

 span { border-color: rgb(169,130,159); }

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