Html Css Color HEX #A14677 Royal Heath

📋 copy color: '#A14677'

red 161 ◦ green 70 ◦ blue 119

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

Shades of Royal Heath #A14677

Tints of Royal Heath #A14677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34%

R = 46%
G = 20%
B = 34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A14677 (or 0xA14677) is known color: Royal Heath. HEX triplet: A1, 46 and 77. RGB value is (161,70,119). Sum of RGB (Red+Green+Blue) = 161+70+119=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A14677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14677 is #5EB988. Grayscale: #666666. Windows color (decimal): -6207881 or 7816865. OLE color: 7816865.

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

Color convert

RGB 161 70 119 -
CMYK 0 0.57 0.26 0.37
HSL 327.69º 0.39% 0.45% -
HSV(B) 327.69º 0.57% 0.63% -
XYZ 20.22 13.29 18.95 -
YUV 102.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 161 70 119 0 0.57 0.26 0.37 327.69 0.39 0.45
Hex A1 46 77 0 39 1A 25 148 27 2D
Octal 241 106 167 0 71 32 45 510 47 55
Binary 10100001 1000110 1110111 0 111001 11010 100101 101001000 100111 101101

Color Harmonies of #A14677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14677

Black with #A14677

Text Example


Text Example

White with #A14677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14677; }

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

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

background-color css

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

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

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

border-color css

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

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

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