Html Css Color HEX #A4819C Bouquet

📋 copy color: '#A4819C'

red 164 ◦ green 129 ◦ blue 156

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

Shades of Bouquet #A4819C

Tints of Bouquet #A4819C

RGB

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

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

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

R = 36.53%
G = 28.73%
B = 34.74%

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

#A4819C (or 0xA4819C) is known color: Bouquet. HEX triplet: A4, 81 and 9C. RGB value is (164,129,156). Sum of RGB (Red+Green+Blue) = 164+129+156=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A4819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4819C is #5B7E63. Grayscale: #8E8E8E. Windows color (decimal): -5996132 or 10256804. OLE color: 10256804.

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

Color convert

RGB 164 129 156 -
CMYK 0 0.21 0.05 0.36
HSL 313.71º 0.16% 0.57% -
HSV(B) 313.71º 0.21% 0.64% -
XYZ 29.16 25.99 34.93 -
YUV 142.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 164 129 156 0 0.21 0.05 0.36 313.71 0.16 0.57
Hex A4 81 9C 0 15 5 24 13A 10 39
Octal 244 201 234 0 25 5 44 472 20 71
Binary 10100100 10000001 10011100 0 10101 101 100100 100111010 10000 111001

Color Harmonies of #A4819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4819C

Black with #A4819C

Text Example


Text Example

White with #A4819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4819C; }

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

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

background-color css

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

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

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

border-color css

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

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

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