Html Css Color HEX #A54376 Royal Heath

📋 copy color: '#A54376'

red 165 ◦ green 67 ◦ blue 118

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

Shades of Royal Heath #A54376

Tints of Royal Heath #A54376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.14%

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

R = 47.14%
G = 19.14%
B = 33.71%

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

#A54376 (or 0xA54376) is known color: Royal Heath. HEX triplet: A5, 43 and 76. RGB value is (165,67,118). Sum of RGB (Red+Green+Blue) = 165+67+118=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A54376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54376 is #5ABC89. Grayscale: #666666. Windows color (decimal): -5946506 or 7750565. OLE color: 7750565.

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

Color convert

RGB 165 67 118 -
CMYK 0 0.59 0.28 0.35
HSL 328.78º 0.42% 0.45% -
HSV(B) 328.78º 0.59% 0.65% -
XYZ 20.79 13.32 18.61 -
YUV 102.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 165 67 118 0 0.59 0.28 0.35 328.78 0.42 0.45
Hex A5 43 76 0 3B 1C 23 149 2A 2D
Octal 245 103 166 0 73 34 43 511 52 55
Binary 10100101 1000011 1110110 0 111011 11100 100011 101001001 101010 101101

Color Harmonies of #A54376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54376

Black with #A54376

Text Example


Text Example

White with #A54376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54376; }

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

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

background-color css

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

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

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

border-color css

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

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

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