Html Css Color HEX #A44779 Royal Heath

📋 copy color: '#A44779'

red 164 ◦ green 71 ◦ blue 121

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

Shades of Royal Heath #A44779

Tints of Royal Heath #A44779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.94%

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

R = 46.07%
G = 19.94%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A44779 (or 0xA44779) is known color: Royal Heath. HEX triplet: A4, 47 and 79. RGB value is (164,71,121). Sum of RGB (Red+Green+Blue) = 164+71+121=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A44779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44779 is #5BB886. Grayscale: #686868. Windows color (decimal): -6011015 or 7948196. OLE color: 7948196.

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

Color convert

RGB 164 71 121 -
CMYK 0 0.57 0.26 0.36
HSL 327.74º 0.4% 0.46% -
HSV(B) 327.74º 0.57% 0.64% -
XYZ 21.01 13.78 19.64 -
YUV 104.51 137.31 170.43 -
System Red Green Blue C M Y K H S L
Decimal 164 71 121 0 0.57 0.26 0.36 327.74 0.4 0.46
Hex A4 47 79 0 39 1A 24 148 28 2E
Octal 244 107 171 0 71 32 44 510 50 56
Binary 10100100 1000111 1111001 0 111001 11010 100100 101001000 101000 101110

Color Harmonies of #A44779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44779

Black with #A44779

Text Example


Text Example

White with #A44779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44779; }

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

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

background-color css

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

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

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

border-color css

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

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

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