Html Css Color HEX #A1537A Royal Heath

📋 copy color: '#A1537A'

red 161 ◦ green 83 ◦ blue 122

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

Shades of Royal Heath #A1537A

Tints of Royal Heath #A1537A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.68%

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

R = 43.99%
G = 22.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1537A (or 0xA1537A) is known color: Royal Heath. HEX triplet: A1, 53 and 7A. RGB value is (161,83,122). Sum of RGB (Red+Green+Blue) = 161+83+122=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A1537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1537A is #5EAC85. Grayscale: #6E6E6E. Windows color (decimal): -6204550 or 8016801. OLE color: 8016801.

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

Color convert

RGB 161 83 122 -
CMYK 0 0.48 0.24 0.37
HSL 330º 0.32% 0.48% -
HSV(B) 330º 0.48% 0.63% -
XYZ 21.3 15.17 20.22 -
YUV 110.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 161 83 122 0 0.48 0.24 0.37 330 0.32 0.48
Hex A1 53 7A 0 30 18 25 14A 20 30
Octal 241 123 172 0 60 30 45 512 40 60
Binary 10100001 1010011 1111010 0 110000 11000 100101 101001010 100000 110000

Color Harmonies of #A1537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1537A

Black with #A1537A

Text Example


Text Example

White with #A1537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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