Html Css Color HEX #A54970 Royal Heath

📋 copy color: '#A54970'

red 165 ◦ green 73 ◦ blue 112

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

Shades of Royal Heath #A54970

Tints of Royal Heath #A54970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 47.14%
G = 20.86%
B = 32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A54970 (or 0xA54970) is known color: Royal Heath. HEX triplet: A5, 49 and 70. RGB value is (165,73,112). Sum of RGB (Red+Green+Blue) = 165+73+112=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A54970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54970 is #5AB68F. Grayscale: #686868. Windows color (decimal): -5944976 or 7358885. OLE color: 7358885.

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

Color convert

RGB 165 73 112 -
CMYK 0 0.56 0.32 0.35
HSL 334.57º 0.39% 0.47% -
HSV(B) 334.57º 0.56% 0.65% -
XYZ 20.82 13.93 16.92 -
YUV 104.95 131.98 170.83 -
System Red Green Blue C M Y K H S L
Decimal 165 73 112 0 0.56 0.32 0.35 334.57 0.39 0.47
Hex A5 49 70 0 38 20 23 14F 27 2F
Octal 245 111 160 0 70 40 43 517 47 57
Binary 10100101 1001001 1110000 0 111000 100000 100011 101001111 100111 101111

Color Harmonies of #A54970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54970

Black with #A54970

Text Example


Text Example

White with #A54970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54970; }

 p { color: rgb(165,73,112); }

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

background-color css

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

 a { background-color: rgb(165,73,112); }

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

border-color css

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

 span { border-color: rgb(165,73,112); }

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