Html Css Color HEX #A4829E Bouquet

📋 copy color: '#A4829E'

red 164 ◦ green 130 ◦ blue 158

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

Shades of Bouquet #A4829E

Tints of Bouquet #A4829E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 36.28%
G = 28.76%
B = 34.96%

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

#A4829E (or 0xA4829E) is known color: Bouquet. HEX triplet: A4, 82 and 9E. RGB value is (164,130,158). Sum of RGB (Red+Green+Blue) = 164+130+158=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A4829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4829E is #5B7D61. Grayscale: #8F8F8F. Windows color (decimal): -5995874 or 10388132. OLE color: 10388132.

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

Color convert

RGB 164 130 158 -
CMYK 0 0.21 0.04 0.36
HSL 310.59º 0.16% 0.58% -
HSV(B) 310.59º 0.21% 0.64% -
XYZ 29.46 26.33 35.88 -
YUV 143.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 164 130 158 0 0.21 0.04 0.36 310.59 0.16 0.58
Hex A4 82 9E 0 15 4 24 137 10 3A
Octal 244 202 236 0 25 4 44 467 20 72
Binary 10100100 10000010 10011110 0 10101 100 100100 100110111 10000 111010

Color Harmonies of #A4829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4829E

Black with #A4829E

Text Example


Text Example

White with #A4829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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