Html Css Color HEX #A4819B Bouquet

📋 copy color: '#A4819B'

red 164 ◦ green 129 ◦ blue 155

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

Shades of Bouquet #A4819B

Tints of Bouquet #A4819B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 36.61%
G = 28.79%
B = 34.6%

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

#A4819B (or 0xA4819B) is known color: Bouquet. HEX triplet: A4, 81 and 9B. RGB value is (164,129,155). Sum of RGB (Red+Green+Blue) = 164+129+155=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A4819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4819B is #5B7E64. Grayscale: #8E8E8E. Windows color (decimal): -5996133 or 10191268. OLE color: 10191268.

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

Color convert

RGB 164 129 155 -
CMYK 0 0.21 0.05 0.36
HSL 315.43º 0.16% 0.57% -
HSV(B) 315.43º 0.21% 0.64% -
XYZ 29.08 25.96 34.49 -
YUV 142.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 164 129 155 0 0.21 0.05 0.36 315.43 0.16 0.57
Hex A4 81 9B 0 15 5 24 13B 10 39
Octal 244 201 233 0 25 5 44 473 20 71
Binary 10100100 10000001 10011011 0 10101 101 100100 100111011 10000 111001

Color Harmonies of #A4819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4819B

Black with #A4819B

Text Example


Text Example

White with #A4819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4819B; }

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

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

background-color css

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

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

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

border-color css

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

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

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