Html Css Color HEX #A54476 Royal Heath

📋 copy color: '#A54476'

red 165 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #A54476

Tints of Royal Heath #A54476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.37%

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

R = 47.01%
G = 19.37%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A54476 (or 0xA54476) is known color: Royal Heath. HEX triplet: A5, 44 and 76. RGB value is (165,68,118). Sum of RGB (Red+Green+Blue) = 165+68+118=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A54476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54476 is #5ABB89. Grayscale: #666666. Windows color (decimal): -5946250 or 7750821. OLE color: 7750821.

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

Color convert

RGB 165 68 118 -
CMYK 0 0.59 0.28 0.35
HSL 329.07º 0.42% 0.46% -
HSV(B) 329.07º 0.59% 0.65% -
XYZ 20.85 13.44 18.63 -
YUV 102.7 136.64 172.43 -
System Red Green Blue C M Y K H S L
Decimal 165 68 118 0 0.59 0.28 0.35 329.07 0.42 0.46
Hex A5 44 76 0 3B 1C 23 149 2A 2E
Octal 245 104 166 0 73 34 43 511 52 56
Binary 10100101 1000100 1110110 0 111011 11100 100011 101001001 101010 101110

Color Harmonies of #A54476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54476

Black with #A54476

Text Example


Text Example

White with #A54476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54476; }

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

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

background-color css

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

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

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

border-color css

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

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

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