Html Css Color HEX #A1497C Royal Heath

📋 copy color: '#A1497C'

red 161 ◦ green 73 ◦ blue 124

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

Shades of Royal Heath #A1497C

Tints of Royal Heath #A1497C

RGB

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

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

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

R = 44.97%
G = 20.39%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1497C (or 0xA1497C) is known color: Royal Heath. HEX triplet: A1, 49 and 7C. RGB value is (161,73,124). Sum of RGB (Red+Green+Blue) = 161+73+124=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1497C is #5EB683. Grayscale: #696969. Windows color (decimal): -6207108 or 8145313. OLE color: 8145313.

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

Color convert

RGB 161 73 124 -
CMYK 0 0.55 0.23 0.37
HSL 325.23º 0.38% 0.46% -
HSV(B) 325.23º 0.55% 0.63% -
XYZ 20.72 13.8 20.64 -
YUV 105.13 138.65 167.85 -
System Red Green Blue C M Y K H S L
Decimal 161 73 124 0 0.55 0.23 0.37 325.23 0.38 0.46
Hex A1 49 7C 0 37 17 25 145 26 2E
Octal 241 111 174 0 67 27 45 505 46 56
Binary 10100001 1001001 1111100 0 110111 10111 100101 101000101 100110 101110

Color Harmonies of #A1497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1497C

Black with #A1497C

Text Example


Text Example

White with #A1497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1497C; }

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

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

background-color css

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

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

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

border-color css

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

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

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