Html Css Color HEX #A14D74 Royal Heath

📋 copy color: '#A14D74'

red 161 ◦ green 77 ◦ blue 116

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

Shades of Royal Heath #A14D74

Tints of Royal Heath #A14D74

RGB

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

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

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

R = 45.48%
G = 21.75%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A14D74 (or 0xA14D74) is known color: Royal Heath. HEX triplet: A1, 4D and 74. RGB value is (161,77,116). Sum of RGB (Red+Green+Blue) = 161+77+116=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14D74 is #5EB28B. Grayscale: #6A6A6A. Windows color (decimal): -6206092 or 7622049. OLE color: 7622049.

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

Color convert

RGB 161 77 116 -
CMYK 0 0.52 0.28 0.37
HSL 332.14º 0.35% 0.47% -
HSV(B) 332.14º 0.52% 0.63% -
XYZ 20.5 14.15 18.17 -
YUV 106.56 133.33 166.83 -
System Red Green Blue C M Y K H S L
Decimal 161 77 116 0 0.52 0.28 0.37 332.14 0.35 0.47
Hex A1 4D 74 0 34 1C 25 14C 23 2F
Octal 241 115 164 0 64 34 45 514 43 57
Binary 10100001 1001101 1110100 0 110100 11100 100101 101001100 100011 101111

Color Harmonies of #A14D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D74

Black with #A14D74

Text Example


Text Example

White with #A14D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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