Html Css Color HEX #A54872 Royal Heath

📋 copy color: '#A54872'

red 165 ◦ green 72 ◦ blue 114

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

Shades of Royal Heath #A54872

Tints of Royal Heath #A54872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 47.01%
G = 20.51%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A54872 (or 0xA54872) is known color: Royal Heath. HEX triplet: A5, 48 and 72. RGB value is (165,72,114). Sum of RGB (Red+Green+Blue) = 165+72+114=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A54872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54872 is #5AB78D. Grayscale: #686868. Windows color (decimal): -5945230 or 7489701. OLE color: 7489701.

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

Color convert

RGB 165 72 114 -
CMYK 0 0.56 0.31 0.35
HSL 332.9º 0.39% 0.46% -
HSV(B) 332.9º 0.56% 0.65% -
XYZ 20.87 13.85 17.49 -
YUV 104.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 165 72 114 0 0.56 0.31 0.35 332.9 0.39 0.46
Hex A5 48 72 0 38 1F 23 14D 27 2E
Octal 245 110 162 0 70 37 43 515 47 56
Binary 10100101 1001000 1110010 0 111000 11111 100011 101001101 100111 101110

Color Harmonies of #A54872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54872

Black with #A54872

Text Example


Text Example

White with #A54872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54872; }

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

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

background-color css

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

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

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

border-color css

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

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

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