Html Css Color HEX #A54772 Royal Heath

📋 copy color: '#A54772'

red 165 ◦ green 71 ◦ blue 114

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

Shades of Royal Heath #A54772

Tints of Royal Heath #A54772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

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

R = 47.14%
G = 20.29%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A54772 (or 0xA54772) is known color: Royal Heath. HEX triplet: A5, 47 and 72. RGB value is (165,71,114). Sum of RGB (Red+Green+Blue) = 165+71+114=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A54772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54772 is #5AB88D. Grayscale: #676767. Windows color (decimal): -5945486 or 7489445. OLE color: 7489445.

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

Color convert

RGB 165 71 114 -
CMYK 0 0.57 0.31 0.35
HSL 332.55º 0.4% 0.46% -
HSV(B) 332.55º 0.57% 0.65% -
XYZ 20.81 13.72 17.47 -
YUV 104.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 165 71 114 0 0.57 0.31 0.35 332.55 0.4 0.46
Hex A5 47 72 0 39 1F 23 14D 28 2E
Octal 245 107 162 0 71 37 43 515 50 56
Binary 10100101 1000111 1110010 0 111001 11111 100011 101001101 101000 101110

Color Harmonies of #A54772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54772

Black with #A54772

Text Example


Text Example

White with #A54772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54772; }

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

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

background-color css

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

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

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

border-color css

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

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

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