Html Css Color HEX #A45478 Royal Heath

📋 copy color: '#A45478'

red 164 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #A45478

Tints of Royal Heath #A45478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.83%

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

R = 44.57%
G = 22.83%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A45478 (or 0xA45478) is known color: Royal Heath. HEX triplet: A4, 54 and 78. RGB value is (164,84,120). Sum of RGB (Red+Green+Blue) = 164+84+120=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A45478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45478 is #5BAB87. Grayscale: #6F6F6F. Windows color (decimal): -6007688 or 7885988. OLE color: 7885988.

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

Color convert

RGB 164 84 120 -
CMYK 0 0.49 0.27 0.36
HSL 333º 0.32% 0.49% -
HSV(B) 333º 0.49% 0.64% -
XYZ 21.87 15.59 19.63 -
YUV 112.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 164 84 120 0 0.49 0.27 0.36 333 0.32 0.49
Hex A4 54 78 0 31 1B 24 14D 20 31
Octal 244 124 170 0 61 33 44 515 40 61
Binary 10100100 1010100 1111000 0 110001 11011 100100 101001101 100000 110001

Color Harmonies of #A45478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45478

Black with #A45478

Text Example


Text Example

White with #A45478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45478; }

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

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

background-color css

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

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

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

border-color css

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

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

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