Html Css Color HEX #A54972 Royal Heath

📋 copy color: '#A54972'

red 165 ◦ green 73 ◦ blue 114

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

Shades of Royal Heath #A54972

Tints of Royal Heath #A54972

RGB

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

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

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

R = 46.88%
G = 20.74%
B = 32.39%

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

#A54972 (or 0xA54972) is known color: Royal Heath. HEX triplet: A5, 49 and 72. RGB value is (165,73,114). Sum of RGB (Red+Green+Blue) = 165+73+114=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A54972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54972 is #5AB68D. Grayscale: #696969. Windows color (decimal): -5944974 or 7489957. OLE color: 7489957.

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

Color convert

RGB 165 73 114 -
CMYK 0 0.56 0.31 0.35
HSL 333.26º 0.39% 0.47% -
HSV(B) 333.26º 0.56% 0.65% -
XYZ 20.94 13.98 17.51 -
YUV 105.18 132.98 170.67 -
System Red Green Blue C M Y K H S L
Decimal 165 73 114 0 0.56 0.31 0.35 333.26 0.39 0.47
Hex A5 49 72 0 38 1F 23 14D 27 2F
Octal 245 111 162 0 70 37 43 515 47 57
Binary 10100101 1001001 1110010 0 111000 11111 100011 101001101 100111 101111

Color Harmonies of #A54972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54972

Black with #A54972

Text Example


Text Example

White with #A54972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54972; }

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

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

background-color css

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

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

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

border-color css

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

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

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