Html Css Color HEX #A44A78 Royal Heath

📋 copy color: '#A44A78'

red 164 ◦ green 74 ◦ blue 120

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

Shades of Royal Heath #A44A78

Tints of Royal Heath #A44A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.67%

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 45.81%
G = 20.67%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A44A78 (or 0xA44A78) is known color: Royal Heath. HEX triplet: A4, 4A and 78. RGB value is (164,74,120). Sum of RGB (Red+Green+Blue) = 164+74+120=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A78 is #5BB587. Grayscale: #6A6A6A. Windows color (decimal): -6010248 or 7883428. OLE color: 7883428.

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

Color convert

RGB 164 74 120 -
CMYK 0 0.55 0.27 0.36
HSL 329.33º 0.38% 0.47% -
HSV(B) 329.33º 0.55% 0.64% -
XYZ 21.15 14.15 19.39 -
YUV 106.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 164 74 120 0 0.55 0.27 0.36 329.33 0.38 0.47
Hex A4 4A 78 0 37 1B 24 149 26 2F
Octal 244 112 170 0 67 33 44 511 46 57
Binary 10100100 1001010 1111000 0 110111 11011 100100 101001001 100110 101111

Color Harmonies of #A44A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A78

Black with #A44A78

Text Example


Text Example

White with #A44A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A78; }

 p { color: rgb(164,74,120); }

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

background-color css

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

 a { background-color: rgb(164,74,120); }

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

border-color css

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

 span { border-color: rgb(164,74,120); }

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