Html Css Color HEX #A0497A Royal Heath

📋 copy color: '#A0497A'

red 160 ◦ green 73 ◦ blue 122

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

Shades of Royal Heath #A0497A

Tints of Royal Heath #A0497A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 45.07%
G = 20.56%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0497A (or 0xA0497A) is known color: Royal Heath. HEX triplet: A0, 49 and 7A. RGB value is (160,73,122). Sum of RGB (Red+Green+Blue) = 160+73+122=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0497A is #5FB685. Grayscale: #686868. Windows color (decimal): -6272646 or 8014240. OLE color: 8014240.

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

Color convert

RGB 160 73 122 -
CMYK 0 0.54 0.24 0.37
HSL 326.21º 0.37% 0.46% -
HSV(B) 326.21º 0.54% 0.63% -
XYZ 20.39 13.64 19.97 -
YUV 104.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 160 73 122 0 0.54 0.24 0.37 326.21 0.37 0.46
Hex A0 49 7A 0 36 18 25 146 25 2E
Octal 240 111 172 0 66 30 45 506 45 56
Binary 10100000 1001001 1111010 0 110110 11000 100101 101000110 100101 101110

Color Harmonies of #A0497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0497A

Black with #A0497A

Text Example


Text Example

White with #A0497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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