Html Css Color HEX #A1537C Royal Heath

📋 copy color: '#A1537C'

red 161 ◦ green 83 ◦ blue 124

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

Shades of Royal Heath #A1537C

Tints of Royal Heath #A1537C

RGB

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

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

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

R = 43.75%
G = 22.55%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1537C (or 0xA1537C) is known color: Royal Heath. HEX triplet: A1, 53 and 7C. RGB value is (161,83,124). Sum of RGB (Red+Green+Blue) = 161+83+124=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1537C is #5EAC83. Grayscale: #6E6E6E. Windows color (decimal): -6204548 or 8147873. OLE color: 8147873.

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

Color convert

RGB 161 83 124 -
CMYK 0 0.48 0.23 0.37
HSL 328.46º 0.32% 0.48% -
HSV(B) 328.46º 0.48% 0.63% -
XYZ 21.43 15.22 20.88 -
YUV 111 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 161 83 124 0 0.48 0.23 0.37 328.46 0.32 0.48
Hex A1 53 7C 0 30 17 25 148 20 30
Octal 241 123 174 0 60 27 45 510 40 60
Binary 10100001 1010011 1111100 0 110000 10111 100101 101001000 100000 110000

Color Harmonies of #A1537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1537C

Black with #A1537C

Text Example


Text Example

White with #A1537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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