Html Css Color HEX #A44980 Royal Heath

📋 copy color: '#A44980'

red 164 ◦ green 73 ◦ blue 128

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

Shades of Royal Heath #A44980

Tints of Royal Heath #A44980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 44.93%
G = 20%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A44980 (or 0xA44980) is known color: Royal Heath. HEX triplet: A4, 49 and 80. RGB value is (164,73,128). Sum of RGB (Red+Green+Blue) = 164+73+128=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A44980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44980 is #5BB67F. Grayscale: #6A6A6A. Windows color (decimal): -6010496 or 8407460. OLE color: 8407460.

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

Color convert

RGB 164 73 128 -
CMYK 0 0.55 0.22 0.36
HSL 323.74º 0.38% 0.46% -
HSV(B) 323.74º 0.55% 0.64% -
XYZ 21.59 14.22 22.03 -
YUV 106.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 164 73 128 0 0.55 0.22 0.36 323.74 0.38 0.46
Hex A4 49 80 0 37 16 24 144 26 2E
Octal 244 111 200 0 67 26 44 504 46 56
Binary 10100100 1001001 10000000 0 110111 10110 100100 101000100 100110 101110

Color Harmonies of #A44980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44980

Black with #A44980

Text Example


Text Example

White with #A44980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44980; }

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

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

background-color css

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

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

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

border-color css

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

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

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