Html Css Color HEX #A14874 Royal Heath

📋 copy color: '#A14874'

red 161 ◦ green 72 ◦ blue 116

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

Shades of Royal Heath #A14874

Tints of Royal Heath #A14874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.63%

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 46.13%
G = 20.63%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A14874 (or 0xA14874) is known color: Royal Heath. HEX triplet: A1, 48 and 74. RGB value is (161,72,116). Sum of RGB (Red+Green+Blue) = 161+72+116=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A14874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14874 is #5EB78B. Grayscale: #676767. Windows color (decimal): -6207372 or 7620769. OLE color: 7620769.

HSL color Cylindrical-coordinate representation of color #A14874: hue angle of 330.34º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14874 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 72 116 -
CMYK 0 0.55 0.28 0.37
HSL 330.34º 0.38% 0.46% -
HSV(B) 330.34º 0.55% 0.63% -
XYZ 20.17 13.47 18.06 -
YUV 103.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 161 72 116 0 0.55 0.28 0.37 330.34 0.38 0.46
Hex A1 48 74 0 37 1C 25 14A 26 2E
Octal 241 110 164 0 67 34 45 512 46 56
Binary 10100001 1001000 1110100 0 110111 11100 100101 101001010 100110 101110

Color Harmonies of #A14874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14874

Black with #A14874

Text Example


Text Example

White with #A14874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14874; }

 p { color: rgb(161,72,116); }

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

background-color css

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

 a { background-color: rgb(161,72,116); }

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

border-color css

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

 span { border-color: rgb(161,72,116); }

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