Html Css Color HEX #A44E80 Royal Heath

📋 copy color: '#A44E80'

red 164 ◦ green 78 ◦ blue 128

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

Shades of Royal Heath #A44E80

Tints of Royal Heath #A44E80

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.08%

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

R = 44.32%
G = 21.08%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A44E80 (or 0xA44E80) is known color: Royal Heath. HEX triplet: A4, 4E and 80. RGB value is (164,78,128). Sum of RGB (Red+Green+Blue) = 164+78+128=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E80 is #5BB17F. Grayscale: #6D6D6D. Windows color (decimal): -6009216 or 8408740. OLE color: 8408740.

HSL color Cylindrical-coordinate representation of color #A44E80: hue angle of 325.12º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44E80 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 78 128 -
CMYK 0 0.52 0.22 0.36
HSL 325.12º 0.36% 0.47% -
HSV(B) 325.12º 0.52% 0.64% -
XYZ 21.93 14.9 22.14 -
YUV 109.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 164 78 128 0 0.52 0.22 0.36 325.12 0.36 0.47
Hex A4 4E 80 0 34 16 24 145 24 2F
Octal 244 116 200 0 64 26 44 505 44 57
Binary 10100100 1001110 10000000 0 110100 10110 100100 101000101 100100 101111

Color Harmonies of #A44E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E80

Black with #A44E80

Text Example


Text Example

White with #A44E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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