Html Css Color HEX #A1497D Royal Heath

📋 copy color: '#A1497D'

red 161 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #A1497D

Tints of Royal Heath #A1497D

RGB

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

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

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

R = 44.85%
G = 20.33%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1497D (or 0xA1497D) is known color: Royal Heath. HEX triplet: A1, 49 and 7D. RGB value is (161,73,125). Sum of RGB (Red+Green+Blue) = 161+73+125=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1497D is #5EB682. Grayscale: #696969. Windows color (decimal): -6207107 or 8210849. OLE color: 8210849.

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

Color convert

RGB 161 73 125 -
CMYK 0 0.55 0.22 0.37
HSL 324.55º 0.38% 0.46% -
HSV(B) 324.55º 0.55% 0.63% -
XYZ 20.78 13.82 20.97 -
YUV 105.24 139.15 167.77 -
System Red Green Blue C M Y K H S L
Decimal 161 73 125 0 0.55 0.22 0.37 324.55 0.38 0.46
Hex A1 49 7D 0 37 16 25 145 26 2E
Octal 241 111 175 0 67 26 45 505 46 56
Binary 10100001 1001001 1111101 0 110111 10110 100101 101000101 100110 101110

Color Harmonies of #A1497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1497D

Black with #A1497D

Text Example


Text Example

White with #A1497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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