Html Css Color HEX #A0497D Royal Heath

📋 copy color: '#A0497D'

red 160 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #A0497D

Tints of Royal Heath #A0497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 44.69%
G = 20.39%
B = 34.92%

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

#A0497D (or 0xA0497D) is known color: Royal Heath. HEX triplet: A0, 49 and 7D. RGB value is (160,73,125). Sum of RGB (Red+Green+Blue) = 160+73+125=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A0497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0497D is #5FB682. Grayscale: #686868. Windows color (decimal): -6272643 or 8210848. OLE color: 8210848.

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

Color convert

RGB 160 73 125 -
CMYK 0 0.54 0.22 0.37
HSL 324.14º 0.37% 0.46% -
HSV(B) 324.14º 0.54% 0.63% -
XYZ 20.58 13.72 20.97 -
YUV 104.94 139.32 167.27 -
System Red Green Blue C M Y K H S L
Decimal 160 73 125 0 0.54 0.22 0.37 324.14 0.37 0.46
Hex A0 49 7D 0 36 16 25 144 25 2E
Octal 240 111 175 0 66 26 45 504 45 56
Binary 10100000 1001001 1111101 0 110110 10110 100101 101000100 100101 101110

Color Harmonies of #A0497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0497D

Black with #A0497D

Text Example


Text Example

White with #A0497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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