Html Css Color HEX #A14774 Royal Heath

📋 copy color: '#A14774'

red 161 ◦ green 71 ◦ blue 116

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

Shades of Royal Heath #A14774

Tints of Royal Heath #A14774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.4%

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

R = 46.26%
G = 20.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A14774 (or 0xA14774) is known color: Royal Heath. HEX triplet: A1, 47 and 74. RGB value is (161,71,116). Sum of RGB (Red+Green+Blue) = 161+71+116=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A14774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14774 is #5EB88B. Grayscale: #666666. Windows color (decimal): -6207628 or 7620513. OLE color: 7620513.

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

Color convert

RGB 161 71 116 -
CMYK 0 0.56 0.28 0.37
HSL 330º 0.39% 0.45% -
HSV(B) 330º 0.56% 0.63% -
XYZ 20.1 13.34 18.04 -
YUV 103.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 161 71 116 0 0.56 0.28 0.37 330 0.39 0.45
Hex A1 47 74 0 38 1C 25 14A 27 2D
Octal 241 107 164 0 70 34 45 512 47 55
Binary 10100001 1000111 1110100 0 111000 11100 100101 101001010 100111 101101

Color Harmonies of #A14774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14774

Black with #A14774

Text Example


Text Example

White with #A14774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14774; }

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

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

background-color css

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

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

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

border-color css

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

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

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