Html Css Color HEX #A0497C Royal Heath

📋 copy color: '#A0497C'

red 160 ◦ green 73 ◦ blue 124

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

Shades of Royal Heath #A0497C

Tints of Royal Heath #A0497C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 44.82%
G = 20.45%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0497C (or 0xA0497C) is known color: Royal Heath. HEX triplet: A0, 49 and 7C. RGB value is (160,73,124). Sum of RGB (Red+Green+Blue) = 160+73+124=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A0497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0497C is #5FB683. Grayscale: #686868. Windows color (decimal): -6272644 or 8145312. OLE color: 8145312.

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

Color convert

RGB 160 73 124 -
CMYK 0 0.54 0.22 0.37
HSL 324.83º 0.37% 0.46% -
HSV(B) 324.83º 0.54% 0.63% -
XYZ 20.52 13.69 20.63 -
YUV 104.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 160 73 124 0 0.54 0.22 0.37 324.83 0.37 0.46
Hex A0 49 7C 0 36 16 25 145 25 2E
Octal 240 111 174 0 66 26 45 505 45 56
Binary 10100000 1001001 1111100 0 110110 10110 100101 101000101 100101 101110

Color Harmonies of #A0497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0497C

Black with #A0497C

Text Example


Text Example

White with #A0497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0497C; }

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

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

background-color css

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

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

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

border-color css

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

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

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