Html Css Color HEX #A14676 Royal Heath

📋 copy color: '#A14676'

red 161 ◦ green 70 ◦ blue 118

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

Shades of Royal Heath #A14676

Tints of Royal Heath #A14676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.06%

 BLUE value IS 118 (46.48% from 255) = 33.81%

R = 46.13%
G = 20.06%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A14676 (or 0xA14676) is known color: Royal Heath. HEX triplet: A1, 46 and 76. RGB value is (161,70,118). Sum of RGB (Red+Green+Blue) = 161+70+118=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A14676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14676 is #5EB989. Grayscale: #666666. Windows color (decimal): -6207882 or 7751329. OLE color: 7751329.

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

Color convert

RGB 161 70 118 -
CMYK 0 0.57 0.27 0.37
HSL 328.35º 0.39% 0.45% -
HSV(B) 328.35º 0.57% 0.63% -
XYZ 20.16 13.27 18.64 -
YUV 102.68 136.65 169.6 -
System Red Green Blue C M Y K H S L
Decimal 161 70 118 0 0.57 0.27 0.37 328.35 0.39 0.45
Hex A1 46 76 0 39 1B 25 148 27 2D
Octal 241 106 166 0 71 33 45 510 47 55
Binary 10100001 1000110 1110110 0 111001 11011 100101 101001000 100111 101101

Color Harmonies of #A14676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14676

Black with #A14676

Text Example


Text Example

White with #A14676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14676; }

 p { color: rgb(161,70,118); }

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

background-color css

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

 a { background-color: rgb(161,70,118); }

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

border-color css

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

 span { border-color: rgb(161,70,118); }

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