Html Css Color HEX #A54A71 Royal Heath

📋 copy color: '#A54A71'

red 165 ◦ green 74 ◦ blue 113

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

Shades of Royal Heath #A54A71

Tints of Royal Heath #A54A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.1%

R = 46.88%
G = 21.02%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A54A71 (or 0xA54A71) is known color: Royal Heath. HEX triplet: A5, 4A and 71. RGB value is (165,74,113). Sum of RGB (Red+Green+Blue) = 165+74+113=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54A71 is #5AB58E. Grayscale: #696969. Windows color (decimal): -5944719 or 7424677. OLE color: 7424677.

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

Color convert

RGB 165 74 113 -
CMYK 0 0.55 0.32 0.35
HSL 334.29º 0.38% 0.47% -
HSV(B) 334.29º 0.55% 0.65% -
XYZ 20.95 14.09 17.24 -
YUV 105.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 165 74 113 0 0.55 0.32 0.35 334.29 0.38 0.47
Hex A5 4A 71 0 37 20 23 14E 26 2F
Octal 245 112 161 0 67 40 43 516 46 57
Binary 10100101 1001010 1110001 0 110111 100000 100011 101001110 100110 101111

Color Harmonies of #A54A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A71

Black with #A54A71

Text Example


Text Example

White with #A54A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A71; }

 p { color: rgb(165,74,113); }

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

background-color css

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

 a { background-color: rgb(165,74,113); }

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

border-color css

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

 span { border-color: rgb(165,74,113); }

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