Html Css Color HEX #A44879 Royal Heath

📋 copy color: '#A44879'

red 164 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #A44879

Tints of Royal Heath #A44879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.17%

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

R = 45.94%
G = 20.17%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A44879 (or 0xA44879) is known color: Royal Heath. HEX triplet: A4, 48 and 79. RGB value is (164,72,121). Sum of RGB (Red+Green+Blue) = 164+72+121=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A44879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44879 is #5BB786. Grayscale: #686868. Windows color (decimal): -6010759 or 7948452. OLE color: 7948452.

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

Color convert

RGB 164 72 121 -
CMYK 0 0.56 0.26 0.36
HSL 328.04º 0.39% 0.46% -
HSV(B) 328.04º 0.56% 0.64% -
XYZ 21.08 13.91 19.66 -
YUV 105.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 164 72 121 0 0.56 0.26 0.36 328.04 0.39 0.46
Hex A4 48 79 0 38 1A 24 148 27 2E
Octal 244 110 171 0 70 32 44 510 47 56
Binary 10100100 1001000 1111001 0 111000 11010 100100 101001000 100111 101110

Color Harmonies of #A44879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44879

Black with #A44879

Text Example


Text Example

White with #A44879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44879; }

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

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

background-color css

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

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

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

border-color css

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

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

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