Html Css Color HEX #A1497A Royal Heath

📋 copy color: '#A1497A'

red 161 ◦ green 73 ◦ blue 122

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

Shades of Royal Heath #A1497A

Tints of Royal Heath #A1497A

RGB

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

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

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

R = 45.22%
G = 20.51%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1497A (or 0xA1497A) is known color: Royal Heath. HEX triplet: A1, 49 and 7A. RGB value is (161,73,122). Sum of RGB (Red+Green+Blue) = 161+73+122=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1497A is #5EB685. Grayscale: #686868. Windows color (decimal): -6207110 or 8014241. OLE color: 8014241.

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

Color convert

RGB 161 73 122 -
CMYK 0 0.55 0.24 0.37
HSL 326.59º 0.38% 0.46% -
HSV(B) 326.59º 0.55% 0.63% -
XYZ 20.59 13.75 19.98 -
YUV 104.9 137.65 168.02 -
System Red Green Blue C M Y K H S L
Decimal 161 73 122 0 0.55 0.24 0.37 326.59 0.38 0.46
Hex A1 49 7A 0 37 18 25 147 26 2E
Octal 241 111 172 0 67 30 45 507 46 56
Binary 10100001 1001001 1111010 0 110111 11000 100101 101000111 100110 101110

Color Harmonies of #A1497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1497A

Black with #A1497A

Text Example


Text Example

White with #A1497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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