Html Css Color HEX #A14775 Royal Heath

📋 copy color: '#A14775'

red 161 ◦ green 71 ◦ blue 117

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

Shades of Royal Heath #A14775

Tints of Royal Heath #A14775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 46.13%
G = 20.34%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A14775 (or 0xA14775) is known color: Royal Heath. HEX triplet: A1, 47 and 75. RGB value is (161,71,117). Sum of RGB (Red+Green+Blue) = 161+71+117=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A14775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14775 is #5EB88A. Grayscale: #676767. Windows color (decimal): -6207627 or 7686049. OLE color: 7686049.

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

Color convert

RGB 161 71 117 -
CMYK 0 0.56 0.27 0.37
HSL 329.33º 0.39% 0.45% -
HSV(B) 329.33º 0.56% 0.63% -
XYZ 20.16 13.37 18.35 -
YUV 103.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 161 71 117 0 0.56 0.27 0.37 329.33 0.39 0.45
Hex A1 47 75 0 38 1B 25 149 27 2D
Octal 241 107 165 0 70 33 45 511 47 55
Binary 10100001 1000111 1110101 0 111000 11011 100101 101001001 100111 101101

Color Harmonies of #A14775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14775

Black with #A14775

Text Example


Text Example

White with #A14775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14775; }

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

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

background-color css

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

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

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

border-color css

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

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

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