Html Css Color HEX #A54971 Royal Heath

📋 copy color: '#A54971'

red 165 ◦ green 73 ◦ blue 113

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

Shades of Royal Heath #A54971

Tints of Royal Heath #A54971

RGB

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

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

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

R = 47.01%
G = 20.8%
B = 32.19%

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

#A54971 (or 0xA54971) is known color: Royal Heath. HEX triplet: A5, 49 and 71. RGB value is (165,73,113). Sum of RGB (Red+Green+Blue) = 165+73+113=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A54971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54971 is #5AB68E. Grayscale: #696969. Windows color (decimal): -5944975 or 7424421. OLE color: 7424421.

HSL color Cylindrical-coordinate representation of color #A54971: hue angle of 333.91º 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 #A54971 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 73 113 -
CMYK 0 0.56 0.32 0.35
HSL 333.91º 0.39% 0.47% -
HSV(B) 333.91º 0.56% 0.65% -
XYZ 20.88 13.96 17.22 -
YUV 105.07 132.48 170.75 -
System Red Green Blue C M Y K H S L
Decimal 165 73 113 0 0.56 0.32 0.35 333.91 0.39 0.47
Hex A5 49 71 0 38 20 23 14E 27 2F
Octal 245 111 161 0 70 40 43 516 47 57
Binary 10100101 1001001 1110001 0 111000 100000 100011 101001110 100111 101111

Color Harmonies of #A54971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54971

Black with #A54971

Text Example


Text Example

White with #A54971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54971; }

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

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

background-color css

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

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

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

border-color css

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

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

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