Html Css Color HEX #A54C7F Royal Heath

📋 copy color: '#A54C7F'

red 165 ◦ green 76 ◦ blue 127

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

Shades of Royal Heath #A54C7F

Tints of Royal Heath #A54C7F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.65%

 BLUE value IS 127 (50% from 255) = 34.51%

R = 44.84%
G = 20.65%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A54C7F (or 0xA54C7F) is known color: Royal Heath. HEX triplet: A5, 4C and 7F. RGB value is (165,76,127). Sum of RGB (Red+Green+Blue) = 165+76+127=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54C7F is #5AB380. Grayscale: #6C6C6C. Windows color (decimal): -5944193 or 8342693. OLE color: 8342693.

HSL color Cylindrical-coordinate representation of color #A54C7F: hue angle of 325.62º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A54C7F is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 76 127 -
CMYK 0 0.54 0.23 0.35
HSL 325.62º 0.37% 0.47% -
HSV(B) 325.62º 0.54% 0.65% -
XYZ 21.93 14.7 21.76 -
YUV 108.43 138.49 168.35 -
System Red Green Blue C M Y K H S L
Decimal 165 76 127 0 0.54 0.23 0.35 325.62 0.37 0.47
Hex A5 4C 7F 0 36 17 23 146 25 2F
Octal 245 114 177 0 66 27 43 506 45 57
Binary 10100101 1001100 1111111 0 110110 10111 100011 101000110 100101 101111

Color Harmonies of #A54C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C7F

Black with #A54C7F

Text Example


Text Example

White with #A54C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C7F; }

 p { color: rgb(165,76,127); }

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

background-color css

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

 a { background-color: rgb(165,76,127); }

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

border-color css

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

 span { border-color: rgb(165,76,127); }

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