Html Css Color HEX #A4799D Bouquet

📋 copy color: '#A4799D'

red 164 ◦ green 121 ◦ blue 157

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

Shades of Bouquet #A4799D

Tints of Bouquet #A4799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.38%

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

R = 37.1%
G = 27.38%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4799D (or 0xA4799D) is known color: Bouquet. HEX triplet: A4, 79 and 9D. RGB value is (164,121,157). Sum of RGB (Red+Green+Blue) = 164+121+157=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A4799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4799D is #5B8662. Grayscale: #898989. Windows color (decimal): -5998179 or 10320292. OLE color: 10320292.

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

Color convert

RGB 164 121 157 -
CMYK 0 0.26 0.04 0.36
HSL 309.77º 0.19% 0.56% -
HSV(B) 309.77º 0.26% 0.64% -
XYZ 28.23 24 35.04 -
YUV 137.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 164 121 157 0 0.26 0.04 0.36 309.77 0.19 0.56
Hex A4 79 9D 0 1A 4 24 136 13 38
Octal 244 171 235 0 32 4 44 466 23 70
Binary 10100100 1111001 10011101 0 11010 100 100100 100110110 10011 111000

Color Harmonies of #A4799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4799D

Black with #A4799D

Text Example


Text Example

White with #A4799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4799D; }

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

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

background-color css

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

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

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

border-color css

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

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

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