Html Css Color HEX #A44579 Royal Heath

📋 copy color: '#A44579'

red 164 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #A44579

Tints of Royal Heath #A44579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.49%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 46.33%
G = 19.49%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A44579 (or 0xA44579) is known color: Royal Heath. HEX triplet: A4, 45 and 79. RGB value is (164,69,121). Sum of RGB (Red+Green+Blue) = 164+69+121=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A44579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44579 is #5BBA86. Grayscale: #676767. Windows color (decimal): -6011527 or 7947684. OLE color: 7947684.

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

Color convert

RGB 164 69 121 -
CMYK 0 0.58 0.26 0.36
HSL 327.16º 0.41% 0.46% -
HSV(B) 327.16º 0.58% 0.64% -
XYZ 20.89 13.53 19.6 -
YUV 103.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 164 69 121 0 0.58 0.26 0.36 327.16 0.41 0.46
Hex A4 45 79 0 3A 1A 24 147 29 2E
Octal 244 105 171 0 72 32 44 507 51 56
Binary 10100100 1000101 1111001 0 111010 11010 100100 101000111 101001 101110

Color Harmonies of #A44579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44579

Black with #A44579

Text Example


Text Example

White with #A44579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44579; }

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

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

background-color css

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

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

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

border-color css

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

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

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