Html Css Color HEX #A0497F Royal Heath

📋 copy color: '#A0497F'

red 160 ◦ green 73 ◦ blue 127

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

Shades of Royal Heath #A0497F

Tints of Royal Heath #A0497F

RGB

 RED value IS 160 (62.89% from 255) = 44.44%

 GREEN value IS 73 (28.91% from 255) = 20.28%

 BLUE value IS 127 (50% from 255) = 35.28%

R = 44.44%
G = 20.28%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0497F (or 0xA0497F) is known color: Royal Heath. HEX triplet: A0, 49 and 7F. RGB value is (160,73,127). Sum of RGB (Red+Green+Blue) = 160+73+127=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A0497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0497F is #5FB680. Grayscale: #696969. Windows color (decimal): -6272641 or 8341920. OLE color: 8341920.

HSL color Cylindrical-coordinate representation of color #A0497F: hue angle of 322.76º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0497F is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 73 127 -
CMYK 0 0.54 0.21 0.37
HSL 322.76º 0.37% 0.46% -
HSV(B) 322.76º 0.54% 0.63% -
XYZ 20.71 13.77 21.65 -
YUV 105.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 160 73 127 0 0.54 0.21 0.37 322.76 0.37 0.46
Hex A0 49 7F 0 36 15 25 143 25 2E
Octal 240 111 177 0 66 25 45 503 45 56
Binary 10100000 1001001 1111111 0 110110 10101 100101 101000011 100101 101110

Color Harmonies of #A0497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0497F

Black with #A0497F

Text Example


Text Example

White with #A0497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0497F; }

 p { color: rgb(160,73,127); }

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

background-color css

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

 a { background-color: rgb(160,73,127); }

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

border-color css

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

 span { border-color: rgb(160,73,127); }

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