Html Css Color HEX #A45978 Royal Heath

📋 copy color: '#A45978'

red 164 ◦ green 89 ◦ blue 120

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

Shades of Royal Heath #A45978

Tints of Royal Heath #A45978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

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

R = 43.97%
G = 23.86%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A45978 (or 0xA45978) is known color: Royal Heath. HEX triplet: A4, 59 and 78. RGB value is (164,89,120). Sum of RGB (Red+Green+Blue) = 164+89+120=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A45978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45978 is #5BA687. Grayscale: #727272. Windows color (decimal): -6006408 or 7887268. OLE color: 7887268.

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

Color convert

RGB 164 89 120 -
CMYK 0 0.46 0.27 0.36
HSL 335.2º 0.3% 0.5% -
HSV(B) 335.2º 0.46% 0.64% -
XYZ 22.27 16.39 19.76 -
YUV 114.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 164 89 120 0 0.46 0.27 0.36 335.2 0.3 0.5
Hex A4 59 78 0 2E 1B 24 14F 1E 32
Octal 244 131 170 0 56 33 44 517 36 62
Binary 10100100 1011001 1111000 0 101110 11011 100100 101001111 11110 110010

Color Harmonies of #A45978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45978

Black with #A45978

Text Example


Text Example

White with #A45978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45978; }

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

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

background-color css

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

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

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

border-color css

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

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

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