Html Css Color HEX #A14576 Royal Heath

📋 copy color: '#A14576'

red 161 ◦ green 69 ◦ blue 118

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

Shades of Royal Heath #A14576

Tints of Royal Heath #A14576

RGB

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

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

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

R = 46.26%
G = 19.83%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A14576 (or 0xA14576) is known color: Royal Heath. HEX triplet: A1, 45 and 76. RGB value is (161,69,118). Sum of RGB (Red+Green+Blue) = 161+69+118=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A14576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14576 is #5EBA89. Grayscale: #656565. Windows color (decimal): -6208138 or 7751073. OLE color: 7751073.

HSL color Cylindrical-coordinate representation of color #A14576: hue angle of 328.04º 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 #A14576 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 69 118 -
CMYK 0 0.57 0.27 0.37
HSL 328.04º 0.4% 0.45% -
HSV(B) 328.04º 0.57% 0.63% -
XYZ 20.1 13.14 18.62 -
YUV 102.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 161 69 118 0 0.57 0.27 0.37 328.04 0.4 0.45
Hex A1 45 76 0 39 1B 25 148 28 2D
Octal 241 105 166 0 71 33 45 510 50 55
Binary 10100001 1000101 1110110 0 111001 11011 100101 101001000 101000 101101

Color Harmonies of #A14576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14576

Black with #A14576

Text Example


Text Example

White with #A14576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14576; }

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

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

background-color css

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

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

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

border-color css

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

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

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