Html Css Color HEX #A4819D Bouquet

📋 copy color: '#A4819D'

red 164 ◦ green 129 ◦ blue 157

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

Shades of Bouquet #A4819D

Tints of Bouquet #A4819D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.67%

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

R = 36.44%
G = 28.67%
B = 34.89%

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

#A4819D (or 0xA4819D) is known color: Bouquet. HEX triplet: A4, 81 and 9D. RGB value is (164,129,157). Sum of RGB (Red+Green+Blue) = 164+129+157=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A4819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4819D is #5B7E62. Grayscale: #8E8E8E. Windows color (decimal): -5996131 or 10322340. OLE color: 10322340.

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

Color convert

RGB 164 129 157 -
CMYK 0 0.21 0.04 0.36
HSL 312º 0.16% 0.57% -
HSV(B) 312º 0.21% 0.64% -
XYZ 29.25 26.03 35.38 -
YUV 142.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 164 129 157 0 0.21 0.04 0.36 312 0.16 0.57
Hex A4 81 9D 0 15 4 24 138 10 39
Octal 244 201 235 0 25 4 44 470 20 71
Binary 10100100 10000001 10011101 0 10101 100 100100 100111000 10000 111001

Color Harmonies of #A4819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4819D

Black with #A4819D

Text Example


Text Example

White with #A4819D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4819D; }

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

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

background-color css

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

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

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

border-color css

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

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

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