Html Css Color HEX #A4829D Bouquet

📋 copy color: '#A4829D'

red 164 ◦ green 130 ◦ blue 157

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

Shades of Bouquet #A4829D

Tints of Bouquet #A4829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.81%

R = 36.36%
G = 28.82%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4829D (or 0xA4829D) is known color: Bouquet. HEX triplet: A4, 82 and 9D. RGB value is (164,130,157). Sum of RGB (Red+Green+Blue) = 164+130+157=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A4829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4829D is #5B7D62. Grayscale: #8F8F8F. Windows color (decimal): -5995875 or 10322596. OLE color: 10322596.

HSL color Cylindrical-coordinate representation of color #A4829D: hue angle of 312.35º 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 #A4829D is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 130 157 -
CMYK 0 0.21 0.04 0.36
HSL 312.35º 0.16% 0.58% -
HSV(B) 312.35º 0.21% 0.64% -
XYZ 29.38 26.29 35.42 -
YUV 143.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 164 130 157 0 0.21 0.04 0.36 312.35 0.16 0.58
Hex A4 82 9D 0 15 4 24 138 10 3A
Octal 244 202 235 0 25 4 44 470 20 72
Binary 10100100 10000010 10011101 0 10101 100 100100 100111000 10000 111010

Color Harmonies of #A4829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4829D

Black with #A4829D

Text Example


Text Example

White with #A4829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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