Html Css Color HEX #A54873 Royal Heath

📋 copy color: '#A54873'

red 165 ◦ green 72 ◦ blue 115

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

Shades of Royal Heath #A54873

Tints of Royal Heath #A54873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 46.88%
G = 20.45%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A54873 (or 0xA54873) is known color: Royal Heath. HEX triplet: A5, 48 and 73. RGB value is (165,72,115). Sum of RGB (Red+Green+Blue) = 165+72+115=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A54873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54873 is #5AB78C. Grayscale: #686868. Windows color (decimal): -5945229 or 7555237. OLE color: 7555237.

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

Color convert

RGB 165 72 115 -
CMYK 0 0.56 0.30 0.35
HSL 332.26º 0.39% 0.46% -
HSV(B) 332.26º 0.56% 0.65% -
XYZ 20.93 13.87 17.79 -
YUV 104.71 133.81 171 -
System Red Green Blue C M Y K H S L
Decimal 165 72 115 0 0.56 0.30 0.35 332.26 0.39 0.46
Hex A5 48 73 0 38 1E 23 14C 27 2E
Octal 245 110 163 0 70 36 43 514 47 56
Binary 10100101 1001000 1110011 0 111000 11110 100011 101001100 100111 101110

Color Harmonies of #A54873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54873

Black with #A54873

Text Example


Text Example

White with #A54873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54873; }

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

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

background-color css

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

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

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

border-color css

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

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

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