Html Css Color HEX #A54871 Royal Heath

📋 copy color: '#A54871'

red 165 ◦ green 72 ◦ blue 113

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

Shades of Royal Heath #A54871

Tints of Royal Heath #A54871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.57%

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

R = 47.14%
G = 20.57%
B = 32.29%

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

#A54871 (or 0xA54871) is known color: Royal Heath. HEX triplet: A5, 48 and 71. RGB value is (165,72,113). Sum of RGB (Red+Green+Blue) = 165+72+113=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A54871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54871 is #5AB78E. Grayscale: #686868. Windows color (decimal): -5945231 or 7424165. OLE color: 7424165.

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

Color convert

RGB 165 72 113 -
CMYK 0 0.56 0.32 0.35
HSL 333.55º 0.39% 0.46% -
HSV(B) 333.55º 0.56% 0.65% -
XYZ 20.82 13.83 17.19 -
YUV 104.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 165 72 113 0 0.56 0.32 0.35 333.55 0.39 0.46
Hex A5 48 71 0 38 20 23 14E 27 2E
Octal 245 110 161 0 70 40 43 516 47 56
Binary 10100101 1001000 1110001 0 111000 100000 100011 101001110 100111 101110

Color Harmonies of #A54871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54871

Black with #A54871

Text Example


Text Example

White with #A54871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54871; }

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

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

background-color css

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

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

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

border-color css

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

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

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