Html Css Color HEX #A44971 Royal Heath

📋 copy color: '#A44971'

red 164 ◦ green 73 ◦ blue 113

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

Shades of Royal Heath #A44971

Tints of Royal Heath #A44971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 46.86%
G = 20.86%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A44971 (or 0xA44971) is known color: Royal Heath. HEX triplet: A4, 49 and 71. RGB value is (164,73,113). Sum of RGB (Red+Green+Blue) = 164+73+113=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A44971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44971 is #5BB68E. Grayscale: #686868. Windows color (decimal): -6010511 or 7424420. OLE color: 7424420.

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

Color convert

RGB 164 73 113 -
CMYK 0 0.55 0.31 0.36
HSL 333.63º 0.38% 0.46% -
HSV(B) 333.63º 0.55% 0.64% -
XYZ 20.67 13.85 17.21 -
YUV 104.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 164 73 113 0 0.55 0.31 0.36 333.63 0.38 0.46
Hex A4 49 71 0 37 1F 24 14E 26 2E
Octal 244 111 161 0 67 37 44 516 46 56
Binary 10100100 1001001 1110001 0 110111 11111 100100 101001110 100110 101110

Color Harmonies of #A44971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44971

Black with #A44971

Text Example


Text Example

White with #A44971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44971; }

 p { color: rgb(164,73,113); }

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

background-color css

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

 a { background-color: rgb(164,73,113); }

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

border-color css

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

 span { border-color: rgb(164,73,113); }

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