Html Css Color HEX #A4829A Bouquet

📋 copy color: '#A4829A'

red 164 ◦ green 130 ◦ blue 154

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

Shades of Bouquet #A4829A

Tints of Bouquet #A4829A

RGB

 RED value IS 164 (64.45% from 255) = 36.61%

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

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

R = 36.61%
G = 29.02%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A4829A (or 0xA4829A) is known color: Bouquet. HEX triplet: A4, 82 and 9A. RGB value is (164,130,154). Sum of RGB (Red+Green+Blue) = 164+130+154=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A4829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4829A is #5B7D65. Grayscale: #8E8E8E. Windows color (decimal): -5995878 or 10125988. OLE color: 10125988.

HSL color Cylindrical-coordinate representation of color #A4829A: hue angle of 317.65º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4829A is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 130 154 -
CMYK 0 0.21 0.06 0.36
HSL 317.65º 0.16% 0.58% -
HSV(B) 317.65º 0.21% 0.64% -
XYZ 29.13 26.19 34.09 -
YUV 142.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 164 130 154 0 0.21 0.06 0.36 317.65 0.16 0.58
Hex A4 82 9A 0 15 6 24 13E 10 3A
Octal 244 202 232 0 25 6 44 476 20 72
Binary 10100100 10000010 10011010 0 10101 110 100100 100111110 10000 111010

Color Harmonies of #A4829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4829A

Black with #A4829A

Text Example


Text Example

White with #A4829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4829A; }

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

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

background-color css

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

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

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

border-color css

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

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

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