Html Css Color HEX #A4829C Bouquet

📋 copy color: '#A4829C'

red 164 ◦ green 130 ◦ blue 156

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

Shades of Bouquet #A4829C

Tints of Bouquet #A4829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.67%

R = 36.44%
G = 28.89%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4829C (or 0xA4829C) is known color: Bouquet. HEX triplet: A4, 82 and 9C. RGB value is (164,130,156). Sum of RGB (Red+Green+Blue) = 164+130+156=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A4829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4829C is #5B7D63. Grayscale: #8F8F8F. Windows color (decimal): -5995876 or 10257060. OLE color: 10257060.

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

Color convert

RGB 164 130 156 -
CMYK 0 0.21 0.05 0.36
HSL 314.12º 0.16% 0.58% -
HSV(B) 314.12º 0.21% 0.64% -
XYZ 29.29 26.26 34.98 -
YUV 143.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 164 130 156 0 0.21 0.05 0.36 314.12 0.16 0.58
Hex A4 82 9C 0 15 5 24 13A 10 3A
Octal 244 202 234 0 25 5 44 472 20 72
Binary 10100100 10000010 10011100 0 10101 101 100100 100111010 10000 111010

Color Harmonies of #A4829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4829C

Black with #A4829C

Text Example


Text Example

White with #A4829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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