Html Css Color HEX #A4809D Bouquet

📋 copy color: '#A4809D'

red 164 ◦ green 128 ◦ blue 157

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

Shades of Bouquet #A4809D

Tints of Bouquet #A4809D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.51%

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

R = 36.53%
G = 28.51%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4809D (or 0xA4809D) is known color: Bouquet. HEX triplet: A4, 80 and 9D. RGB value is (164,128,157). Sum of RGB (Red+Green+Blue) = 164+128+157=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A4809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4809D is #5B7F62. Grayscale: #8D8D8D. Windows color (decimal): -5996387 or 10322084. OLE color: 10322084.

HSL color Cylindrical-coordinate representation of color #A4809D: hue angle of 311.67º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4809D is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 128 157 -
CMYK 0 0.22 0.04 0.36
HSL 311.67º 0.17% 0.57% -
HSV(B) 311.67º 0.22% 0.64% -
XYZ 29.11 25.77 35.34 -
YUV 142.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 164 128 157 0 0.22 0.04 0.36 311.67 0.17 0.57
Hex A4 80 9D 0 16 4 24 138 11 39
Octal 244 200 235 0 26 4 44 470 21 71
Binary 10100100 10000000 10011101 0 10110 100 100100 100111000 10001 111001

Color Harmonies of #A4809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4809D

Black with #A4809D

Text Example


Text Example

White with #A4809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4809D; }

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

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

background-color css

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

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

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

border-color css

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

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

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