Html Css Color HEX #A14E74 Royal Heath

📋 copy color: '#A14E74'

red 161 ◦ green 78 ◦ blue 116

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

Shades of Royal Heath #A14E74

Tints of Royal Heath #A14E74

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.97%

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

R = 45.35%
G = 21.97%
B = 32.68%

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

#A14E74 (or 0xA14E74) is known color: Royal Heath. HEX triplet: A1, 4E and 74. RGB value is (161,78,116). Sum of RGB (Red+Green+Blue) = 161+78+116=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14E74 is #5EB18B. Grayscale: #6B6B6B. Windows color (decimal): -6205836 or 7622305. OLE color: 7622305.

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

Color convert

RGB 161 78 116 -
CMYK 0 0.52 0.28 0.37
HSL 332.53º 0.35% 0.47% -
HSV(B) 332.53º 0.52% 0.63% -
XYZ 20.57 14.29 18.2 -
YUV 107.15 133 166.41 -
System Red Green Blue C M Y K H S L
Decimal 161 78 116 0 0.52 0.28 0.37 332.53 0.35 0.47
Hex A1 4E 74 0 34 1C 25 14D 23 2F
Octal 241 116 164 0 64 34 45 515 43 57
Binary 10100001 1001110 1110100 0 110100 11100 100101 101001101 100011 101111

Color Harmonies of #A14E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14E74

Black with #A14E74

Text Example


Text Example

White with #A14E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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