Html Css Color HEX #A4829F Bouquet

📋 copy color: '#A4829F'

red 164 ◦ green 130 ◦ blue 159

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

Shades of Bouquet #A4829F

Tints of Bouquet #A4829F

RGB

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

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

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

R = 36.2%
G = 28.7%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4829F (or 0xA4829F) is known color: Bouquet. HEX triplet: A4, 82 and 9F. RGB value is (164,130,159). Sum of RGB (Red+Green+Blue) = 164+130+159=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A4829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4829F is #5B7D60. Grayscale: #8F8F8F. Windows color (decimal): -5995873 or 10453668. OLE color: 10453668.

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

Color convert

RGB 164 130 159 -
CMYK 0 0.21 0.03 0.36
HSL 308.82º 0.16% 0.58% -
HSV(B) 308.82º 0.21% 0.64% -
XYZ 29.55 26.36 36.33 -
YUV 143.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 164 130 159 0 0.21 0.03 0.36 308.82 0.16 0.58
Hex A4 82 9F 0 15 3 24 135 10 3A
Octal 244 202 237 0 25 3 44 465 20 72
Binary 10100100 10000010 10011111 0 10101 11 100100 100110101 10000 111010

Color Harmonies of #A4829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4829F

Black with #A4829F

Text Example


Text Example

White with #A4829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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