Html Css Color HEX #A14D79 Royal Heath

📋 copy color: '#A14D79'

red 161 ◦ green 77 ◦ blue 121

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

Shades of Royal Heath #A14D79

Tints of Royal Heath #A14D79

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.45%

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

R = 44.85%
G = 21.45%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A14D79 (or 0xA14D79) is known color: Royal Heath. HEX triplet: A1, 4D and 79. RGB value is (161,77,121). Sum of RGB (Red+Green+Blue) = 161+77+121=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14D79 is #5EB286. Grayscale: #6B6B6B. Windows color (decimal): -6206087 or 7949729. OLE color: 7949729.

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

Color convert

RGB 161 77 121 -
CMYK 0 0.52 0.25 0.37
HSL 328.57º 0.35% 0.47% -
HSV(B) 328.57º 0.52% 0.63% -
XYZ 20.8 14.27 19.75 -
YUV 107.13 135.83 166.42 -
System Red Green Blue C M Y K H S L
Decimal 161 77 121 0 0.52 0.25 0.37 328.57 0.35 0.47
Hex A1 4D 79 0 34 19 25 149 23 2F
Octal 241 115 171 0 64 31 45 511 43 57
Binary 10100001 1001101 1111001 0 110100 11001 100101 101001001 100011 101111

Color Harmonies of #A14D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D79

Black with #A14D79

Text Example


Text Example

White with #A14D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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