Html Css Color HEX #A54F78 Royal Heath

📋 copy color: '#A54F78'

red 165 ◦ green 79 ◦ blue 120

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

Shades of Royal Heath #A54F78

Tints of Royal Heath #A54F78

RGB

 RED value IS 165 (64.84% from 255) = 45.33%

 GREEN value IS 79 (31.25% from 255) = 21.7%

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

R = 45.33%
G = 21.7%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A54F78 (or 0xA54F78) is known color: Royal Heath. HEX triplet: A5, 4F and 78. RGB value is (165,79,120). Sum of RGB (Red+Green+Blue) = 165+79+120=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A54F78 is #5AB087. Grayscale: #6D6D6D. Windows color (decimal): -5943432 or 7884709. OLE color: 7884709.

HSL color Cylindrical-coordinate representation of color #A54F78: hue angle of 331.4º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A54F78 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 79 120 -
CMYK 0 0.52 0.27 0.35
HSL 331.4º 0.35% 0.48% -
HSV(B) 331.4º 0.52% 0.65% -
XYZ 21.7 14.95 19.51 -
YUV 109.39 133.99 167.67 -
System Red Green Blue C M Y K H S L
Decimal 165 79 120 0 0.52 0.27 0.35 331.4 0.35 0.48
Hex A5 4F 78 0 34 1B 23 14B 23 30
Octal 245 117 170 0 64 33 43 513 43 60
Binary 10100101 1001111 1111000 0 110100 11011 100011 101001011 100011 110000

Color Harmonies of #A54F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54F78

Black with #A54F78

Text Example


Text Example

White with #A54F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54F78; }

 p { color: rgb(165,79,120); }

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

background-color css

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

 a { background-color: rgb(165,79,120); }

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

border-color css

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

 span { border-color: rgb(165,79,120); }

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