Html Css Color HEX #A54C70 Royal Heath

📋 copy color: '#A54C70'

red 165 ◦ green 76 ◦ blue 112

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

Shades of Royal Heath #A54C70

Tints of Royal Heath #A54C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.73%

R = 46.74%
G = 21.53%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A54C70 (or 0xA54C70) is known color: Royal Heath. HEX triplet: A5, 4C and 70. RGB value is (165,76,112). Sum of RGB (Red+Green+Blue) = 165+76+112=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54C70 is #5AB38F. Grayscale: #6A6A6A. Windows color (decimal): -5944208 or 7359653. OLE color: 7359653.

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

Color convert

RGB 165 76 112 -
CMYK 0 0.54 0.32 0.35
HSL 335.73º 0.37% 0.47% -
HSV(B) 335.73º 0.54% 0.65% -
XYZ 21.03 14.34 16.99 -
YUV 106.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 165 76 112 0 0.54 0.32 0.35 335.73 0.37 0.47
Hex A5 4C 70 0 36 20 23 150 25 2F
Octal 245 114 160 0 66 40 43 520 45 57
Binary 10100101 1001100 1110000 0 110110 100000 100011 101010000 100101 101111

Color Harmonies of #A54C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C70

Black with #A54C70

Text Example


Text Example

White with #A54C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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