Html Css Color HEX #A14779 Royal Heath

📋 copy color: '#A14779'

red 161 ◦ green 71 ◦ blue 121

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

Shades of Royal Heath #A14779

Tints of Royal Heath #A14779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

 BLUE value IS 121 (47.66% from 255) = 34.28%

R = 45.61%
G = 20.11%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A14779 (or 0xA14779) is known color: Royal Heath. HEX triplet: A1, 47 and 79. RGB value is (161,71,121). Sum of RGB (Red+Green+Blue) = 161+71+121=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A14779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14779 is #5EB886. Grayscale: #676767. Windows color (decimal): -6207623 or 7948193. OLE color: 7948193.

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

Color convert

RGB 161 71 121 -
CMYK 0 0.56 0.25 0.37
HSL 326.67º 0.39% 0.45% -
HSV(B) 326.67º 0.56% 0.63% -
XYZ 20.4 13.46 19.61 -
YUV 103.61 137.82 168.93 -
System Red Green Blue C M Y K H S L
Decimal 161 71 121 0 0.56 0.25 0.37 326.67 0.39 0.45
Hex A1 47 79 0 38 19 25 147 27 2D
Octal 241 107 171 0 70 31 45 507 47 55
Binary 10100001 1000111 1111001 0 111000 11001 100101 101000111 100111 101101

Color Harmonies of #A14779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14779

Black with #A14779

Text Example


Text Example

White with #A14779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14779; }

 p { color: rgb(161,71,121); }

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

background-color css

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

 a { background-color: rgb(161,71,121); }

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

border-color css

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

 span { border-color: rgb(161,71,121); }

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