Html Css Color HEX #A14577 Royal Heath

📋 copy color: '#A14577'

red 161 ◦ green 69 ◦ blue 119

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

Shades of Royal Heath #A14577

Tints of Royal Heath #A14577

RGB

 RED value IS 161 (63.28% from 255) = 46.13%

 GREEN value IS 69 (27.34% from 255) = 19.77%

 BLUE value IS 119 (46.88% from 255) = 34.1%

R = 46.13%
G = 19.77%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A14577 (or 0xA14577) is known color: Royal Heath. HEX triplet: A1, 45 and 77. RGB value is (161,69,119). Sum of RGB (Red+Green+Blue) = 161+69+119=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A14577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14577 is #5EBA88. Grayscale: #666666. Windows color (decimal): -6208137 or 7816609. OLE color: 7816609.

HSL color Cylindrical-coordinate representation of color #A14577: hue angle of 327.39º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14577 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 69 119 -
CMYK 0 0.57 0.26 0.37
HSL 327.39º 0.4% 0.45% -
HSV(B) 327.39º 0.57% 0.63% -
XYZ 20.16 13.17 18.93 -
YUV 102.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 161 69 119 0 0.57 0.26 0.37 327.39 0.4 0.45
Hex A1 45 77 0 39 1A 25 147 28 2D
Octal 241 105 167 0 71 32 45 507 50 55
Binary 10100001 1000101 1110111 0 111001 11010 100101 101000111 101000 101101

Color Harmonies of #A14577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14577

Black with #A14577

Text Example


Text Example

White with #A14577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14577; }

 p { color: rgb(161,69,119); }

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

background-color css

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

 a { background-color: rgb(161,69,119); }

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

border-color css

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

 span { border-color: rgb(161,69,119); }

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