Html Css Color HEX #A54776 Royal Heath

📋 copy color: '#A54776'

red 165 ◦ green 71 ◦ blue 118

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

Shades of Royal Heath #A54776

Tints of Royal Heath #A54776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.33%

R = 46.61%
G = 20.06%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A54776 (or 0xA54776) is known color: Royal Heath. HEX triplet: A5, 47 and 76. RGB value is (165,71,118). Sum of RGB (Red+Green+Blue) = 165+71+118=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A54776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54776 is #5AB889. Grayscale: #686868. Windows color (decimal): -5945482 or 7751589. OLE color: 7751589.

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

Color convert

RGB 165 71 118 -
CMYK 0 0.57 0.28 0.35
HSL 330º 0.4% 0.46% -
HSV(B) 330º 0.57% 0.65% -
XYZ 21.04 13.81 18.7 -
YUV 104.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 165 71 118 0 0.57 0.28 0.35 330 0.4 0.46
Hex A5 47 76 0 39 1C 23 14A 28 2E
Octal 245 107 166 0 71 34 43 512 50 56
Binary 10100101 1000111 1110110 0 111001 11100 100011 101001010 101000 101110

Color Harmonies of #A54776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54776

Black with #A54776

Text Example


Text Example

White with #A54776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54776; }

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

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

background-color css

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

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

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

border-color css

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

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

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