Html Css Color HEX #A479A0 Bouquet

📋 copy color: '#A479A0'

red 164 ◦ green 121 ◦ blue 160

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

Shades of Bouquet #A479A0

Tints of Bouquet #A479A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.96%

R = 36.85%
G = 27.19%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A479A0 (or 0xA479A0) is known color: Bouquet. HEX triplet: A4, 79 and A0. RGB value is (164,121,160). Sum of RGB (Red+Green+Blue) = 164+121+160=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A479A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A479A0 is #5B865F. Grayscale: #8A8A8A. Windows color (decimal): -5998176 or 10516900. OLE color: 10516900.

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

Color convert

RGB 164 121 160 -
CMYK 0 0.26 0.02 0.36
HSL 305.58º 0.19% 0.56% -
HSV(B) 305.58º 0.26% 0.64% -
XYZ 28.49 24.11 36.41 -
YUV 138.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 164 121 160 0 0.26 0.02 0.36 305.58 0.19 0.56
Hex A4 79 A0 0 1A 2 24 132 13 38
Octal 244 171 240 0 32 2 44 462 23 70
Binary 10100100 1111001 10100000 0 11010 10 100100 100110010 10011 111000

Color Harmonies of #A479A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A479A0

Black with #A479A0

Text Example


Text Example

White with #A479A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A479A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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