Html Css Color HEX #A4719B Bouquet

📋 copy color: '#A4719B'

red 164 ◦ green 113 ◦ blue 155

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

Shades of Bouquet #A4719B

Tints of Bouquet #A4719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.16%

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

R = 37.96%
G = 26.16%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4719B (or 0xA4719B) is known color: Bouquet. HEX triplet: A4, 71 and 9B. RGB value is (164,113,155). Sum of RGB (Red+Green+Blue) = 164+113+155=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A4719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4719B is #5B8E64. Grayscale: #848484. Windows color (decimal): -6000229 or 10187172. OLE color: 10187172.

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

Color convert

RGB 164 113 155 -
CMYK 0 0.31 0.05 0.36
HSL 310.59º 0.22% 0.54% -
HSV(B) 310.59º 0.31% 0.64% -
XYZ 27.13 22.07 33.84 -
YUV 133.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 164 113 155 0 0.31 0.05 0.36 310.59 0.22 0.54
Hex A4 71 9B 0 1F 5 24 137 16 36
Octal 244 161 233 0 37 5 44 467 26 66
Binary 10100100 1110001 10011011 0 11111 101 100100 100110111 10110 110110

Color Harmonies of #A4719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4719B

Black with #A4719B

Text Example


Text Example

White with #A4719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4719B; }

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

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

background-color css

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

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

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

border-color css

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

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

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