Html Css Color HEX #A14981 Royal Heath

📋 copy color: '#A14981'

red 161 ◦ green 73 ◦ blue 129

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

Shades of Royal Heath #A14981

Tints of Royal Heath #A14981

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.11%

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 44.35%
G = 20.11%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A14981 (or 0xA14981) is known color: Royal Heath. HEX triplet: A1, 49 and 81. RGB value is (161,73,129). Sum of RGB (Red+Green+Blue) = 161+73+129=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A14981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14981 is #5EB67E. Grayscale: #696969. Windows color (decimal): -6207103 or 8472993. OLE color: 8472993.

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

Color convert

RGB 161 73 129 -
CMYK 0 0.55 0.20 0.37
HSL 321.82º 0.38% 0.46% -
HSV(B) 321.82º 0.55% 0.63% -
XYZ 21.04 13.93 22.35 -
YUV 105.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 161 73 129 0 0.55 0.20 0.37 321.82 0.38 0.46
Hex A1 49 81 0 37 14 25 142 26 2E
Octal 241 111 201 0 67 24 45 502 46 56
Binary 10100001 1001001 10000001 0 110111 10100 100101 101000010 100110 101110

Color Harmonies of #A14981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14981

Black with #A14981

Text Example


Text Example

White with #A14981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14981; }

 p { color: rgb(161,73,129); }

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

background-color css

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

 a { background-color: rgb(161,73,129); }

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

border-color css

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

 span { border-color: rgb(161,73,129); }

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